Annotation Type Bind
Binds the annotated argument as a named parameter, and as a positional parameter.
-
Field Summary
-
Optional Element Summary
-
Field Details
-
NO_VALUE
- See Also:
-
-
Element Details
-
value
String valueThe name to bind the argument to. If omitted, the name of the annotated parameter is used. It is an error to omit the name when there is no parameter naming information in your class files.- Returns:
- the name to which the argument will be bound.
- Default:
""
-