Annotation Interface Variable
Annotation to mark a method parameter as a variable to be injected. The value can specify the
name of the variable; if empty, the parameter name is used.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueThe name of the variable to inject. If empty, the parameter name is used.- Returns:
- The name of the variable.
- Default:
""
-