Last active
May 28, 2022 21:01
-
-
Save ennerf/3a37270cbff836f606188609edfcb5ea to your computer and use it in GitHub Desktop.
View Controller w/ DI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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