tandraschko / quarkus-myfaces

26 stars 6 forks source link

Add support for CDI @ManagedProperty #17

Closed tandraschko closed 5 years ago

tandraschko commented 5 years ago

See ManagedPropertyExtension

Should be quite easy if someone understand the BeanRegistrarBuildItem. The basic idea is to collect all @ManagedProperty and add a dynamic producer for it.

tandraschko commented 5 years ago

Implemented