Package org.apache.juneau.annotation
Annotation Type Name
Annotation that can be used on method parameters to identify their name.
Can be used in the following locations:
- On constructor and method arguments when the parameter names are not in the compiled bytecode.
Examples:
See Also:
-
Required Element Summary
-
Element Details
-
value
The bean property or parameter name.- Returns:
- The annotation value.
-