Support Qualifiers on @ArquillianResource in ResourceProvider's SPI
-------------------------------------------------------------------
Key: ARQ-533
URL:
https://issues.jboss.org/browse/ARQ-533
Project: Arquillian
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Base Implementation
Reporter: Aslak Knutsen
Fix For: 1.1.0.Beta1
ResourceProvider only support the @ArquillianResource annotation, in some cases we need to
be able to specify more metadata for a injection point. Following CDI, we can add
Qualifier annotations.
@ArquillianResource(MyServlet.class) @Container("container-1")
private URL url;
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira