@Retention(RUNTIME) @Target(PARAMETER) public @interface NamedArg
Annotation that provides information about argument's name.
- Since:
 - JavaFX 8.0
 
- 
Required Element Summary
 - 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringdefaultValueThe default value of the annotated argument.