Releases: jbock-java/simple-component
Releases · jbock-java/simple-component
1.009
- allow default modifier, forbid type parameters on component methods
- allow injecting provider of factory parameter
- add context information to error message: Which component are we currently generating?
- better variable names in generated code
1.008
- protect against keywords
1.007
- allow
@Providerinjection
1.005
- add
@Provides
1.004
- allow multiple static injection methods in the same class or interface
- accept
javax.inject.Qualifierandjakarta.inject.Qualifier
1.003
- binding via factory parameter takes precedence
1.002
- detect alternative inject annotations:
javax.inject.Inject,jakarta.inject.Inject - generate component fields only for component request
1.001
add generated annotation