Package de.bmiag.tapir.javafx.annotation
Annotation Type JavaFXElement
-
@Target(FIELD) @Retention(RUNTIME) @Unstable public @interface JavaFXElement
This is an experimental annotation to be used in Pages for JavaFX-based applications. The given id is used to find the corresponding node in the current view. The annotation processor generates a getter for the annotated field.- Since:
- 2.0.0
- Author:
- Nils Christian Ehmke <[email protected]>
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
id
-