@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface BackAction
Annotation that adds a back action to the annotated node. The action will navigate to the last view in a flow.
The node value must be injected from fxml. Therefore the BackAction 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.