Package org.jboss.logging
Annotation Type Property
-
@Retention(CLASS) @Target(PARAMETER) @Documented @Deprecated public @interface Property
Deprecated.Use org.jboss.logging.annotations.Property provided in module org.jboss.logging:jboss-logging-annotationsIndicate that a method parameter value should be applied to a property (with a setter method) on the resultant exception object.- Author:
- David M. Lloyd
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
name
Deprecated.The property name.
-