Paullo612 / mlfx

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

Reduce runtime dependency set #29

Closed Paullo612 closed 1 year ago

Paullo612 commented 1 year ago

snakeyaml is definitely not needed at runtime to do a simple BeanIntrospection based DI. Looks like javax.annotation-api is also not nneded.

Task-number: #27