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
-
-
Element Detail
-
name
String name
Deprecated.The property name. If not specified, the parameter name is assumed to be the property name.- Returns:
- the property name
- Default:
- ""
-
-