Package org.apache.juneau.annotation
Annotation Interface 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 SummaryRequired Elements
- 
Element Details- 
valueThe bean property or parameter name.- Returns:
- The annotation value.
 
 
-