Skip to content

Instantly share code, notes, and snippets.

@ennerf
Last active May 28, 2022 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ennerf/3a37270cbff836f606188609edfcb5ea to your computer and use it in GitHub Desktop.
Save ennerf/3a37270cbff836f606188609edfcb5ea to your computer and use it in GitHub Desktop.
View Controller w/ DI
public class ViewController {
@FXML
Button button;
@Getter
@Inject
UiConfig cfg;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment