Annotation Interface IgnoreBind
Custom annotation to indicate that a field in a controller should be excluded
from automatic binding in the `Language` class.
Fields marked with this annotation will be ignored during the automatic binding process in the `autoBind()` method of the `Language` class. This is useful when you want to explicitly prevent certain fields from being bound to language keys in the resource bundle, for example, fields that should not be localized.
The annotation should be applied to fields in a JavaFX controller class that are annotated with `@FXML` but should not be automatically bound to language translations.
- Author:
- alan