I came across a post referring @Inject annotation. It seems its a part of Java EE and not JSE. I think that DI is very useful technique a should be available in JSE as well.
The JCP page for JSR-330, mentions following
This JSR targets Java SE, and it will lay a foundation for dependency injection in Java EE.
I want to understand what were the considerations behind it not making it part of JSE or its there in future road map.