|
JBoss Modular Service Kernel API 1.0.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Qualifier public @interface ServiceNamed
A qualifier which identifies a specific MSC service.
Named
Required Element Summary | |
---|---|
String[] |
value
The parts of this service name. |
Element Detail |
---|
public abstract String[] value
Example: @Inject @ServiceNamed({"org", "example", "category", "MyService"})
|
JBoss Modular Service Kernel API 1.0.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |