sialcasa / mvvmFX

an Application Framework for implementing the MVVM Pattern with JavaFX
Apache License 2.0
489 stars 104 forks source link

Fix for #547 remove static dependency to PostConstruct annotation #553

Closed manuel-mauky closed 6 years ago

manuel-mauky commented 6 years ago

This way it's now easier to use the library with Java 9 and upwards as in Java 9 the annotation @PostConstruct isn't available anymore by default.