[
https://issues.jboss.org/browse/ISPN-7351?page=com.atlassian.jira.plugin....
]
Sebastian Łaskawiec commented on ISPN-7351:
-------------------------------------------
Indeed, both those things are separate. Currently {{@Named}} annotation is simply ignored.
Adding support for it shouldn't be that hard.
I also think that using multiple {{@ConfigureCache}} annotations might be a good idea.
This way we will have more flexibility.
I'll try to address both those things in a single go (since they are somewhat related
to each other).
Support @Named in CDI extension
-------------------------------
Key: ISPN-7351
URL:
https://issues.jboss.org/browse/ISPN-7351
Project: Infinispan
Issue Type: Feature Request
Components: CDI Integration
Reporter: Sebastian Łaskawiec
Assignee: Sebastian Łaskawiec
Currently our users have to create lots and lots of {{@Qualifier}} type of annotations.
It would be desirable to support {{@Named("driver")}} type of annotations.
Useful links:
* {{@Named}} Javadoc:
http://docs.oracle.com/javaee/6/api/javax/inject/Named.html
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)