Top Description Methods
javafx.beans

public @Interface NamedArg

extends Annotation
Annotations
@Retention:RUNTIME
@Target:PARAMETER
Imports
java.lang.annotation.Retention, .Target

Annotation that provides information about argument's name.
Since
JavaFX 8.0

Method Summary

Modifier and TypeMethod and Description
public String

Returns:

the default value of the annotated argument
defaultValue
()

The default value of the annotated argument.

public String

Returns:

the name of the annotated argument
value
()

The name of the annotated argument.

Inherited from java.lang.annotation.Annotation:
annotationTypeequalshashCodetoString

Method Detail

defaultValueback to summary
public String defaultValue()

The default value of the annotated argument.

Returns:String

the default value of the annotated argument

valueback to summary
public String value()

The name of the annotated argument.

Returns:String

the name of the annotated argument