Annotation Interface NamedArg
Annotation that provides information about argument's name.
- Since:
 - JavaFX 8.0
 
- 
Required Element Summary
Required Elements - 
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe default value of the annotated argument. 
- 
Element Details
- 
value
 - 
defaultValue
String defaultValueThe default value of the annotated argument.- Returns:
 - the default value of the annotated argument
 
- Default:
 ""
 
 -