@Transactional with multiple qualifiers should support stereotypes
------------------------------------------------------------------
Key: EXTCDI-163
URL: https://issues.apache.org/jira/browse/EXTCDI-163
Project: MyFaces CODI
Issue Type: Improvement
Components: JEE-JPA1-Module
Reporter: Gerhard Petracek
Priority: Minor
it should be possible to create e.g.:
@Stereotype
@Target({TYPE})
@Retention(RUNTIME)
@Documented
@RequestScoped
@Transactional(UserDB.class)
public @interface UserRepository
{
}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira