SyntaxFix
Write A Post
Hire A Developer
Questions
As of Spring 3.0, Spring offers support for JSR-330 dependency injection annotations (@Inject, @Named, @Singleton).
@Inject
@Named
@Singleton
There is a separate section in the Spring documentation about them, including comparisons to their Spring equivalents.