Add test cases for dependency injection for java 1.0 features into the
testsuite.
---------------------------------------------------------------------------------
Key: GERONIMO-5489
URL: https://issues.apache.org/jira/browse/GERONIMO-5489
Project: Geronimo
Issue Type: Task
Security Level: public (Regular issues)
Components: testsuite
Affects Versions: 3.0
Reporter: Wang Guang Zhe
Fix For: 3.0
Dependency Injection for Java 1.0 is a new component in Java EE 6.
The features included are five annotations ane one interface.
The annotations are:
@Inject
@Named
@Qualifier
@Scope
@Singleton
The only interface is:
public interface Provider<T>
They are all tested in this suite.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.