Paullo612 / mlfx

OpenJFX's FXML language AOT compler
Apache License 2.0
11 stars 0 forks source link

Implement non-reflective controllers instantiation #38

Closed Paullo612 closed 1 year ago

Paullo612 commented 1 year ago

Controller can be instantiated directly by generated code if it has accessible no-args constructor.

Related issue: #34