@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface LinkAction
value() field defines the controller class of the target view.
The node value must be injected from fxml. Therefore the LinkAction should be always used in combination with the
FXML annotation.
If a node that extends ButtonBase or MenuItem then the back
action will be triggered whenever the node fires an action event. Otherwise the action will be triggered when the
node is clicked.| ?????? | ???????? |
|---|---|
java.lang.Class<?> |
value |