JSR-330 support
Closed this issue · 2 comments
KenVanHoeylandt commented
It would be nice to use the Java EE annotations:
@Inject
instead of@BindComponent
@Singleton
instead of@ComponentScope
https://mvnrepository.com/artifact/javax.inject/javax.inject
KenVanHoeylandt commented
This is being implemented for Spork 4.0.0
KenVanHoeylandt commented
Available on master as a 4.0.0 preview.