JBoss Logging 3.3.0.Final
-
@Retention(value=CLASS)
@Target(value=PARAMETER)
@Documented
@Deprecated
public @interface Property
Indicate 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 and Description |
java.lang.String |
name
Deprecated.
The property name.
|
-
-
Element Detail
-
name
public abstract java.lang.String name
Deprecated.
The property name. If not specified, the parameter name is assumed to be the property name.
- Returns:
- the property name
- Default:
- ""
JBoss Logging 3.3.0.Final
Copyright © 2015 Red Hat, Inc.