|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Contract public interface Jsr330Binding
A programmatic means to establish a Jsr-330 Injector configuration.
| Method Summary | |
|---|---|
Collection<String> |
getContractClassNames()
The optional collection of contract names (interface or class) to advertise the service under. |
String |
getServiceClassName()
The FQCN of the implementation class. |
Collection<Named> |
getServiceNames()
the optional collection of names to assign the service implementation. |
Collection<Class<? extends Annotation>> |
getServiceQualifiers()
The optional collection of qualifiers for this service implementation. |
Scope |
getServiceScope()
The optional Scope. |
| Method Detail |
|---|
String getServiceClassName()
Collection<String> getContractClassNames()
Collection<Class<? extends Annotation>> getServiceQualifiers()
Collection<Named> getServiceNames()
Scope getServiceScope()
PerLookup.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||