|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) public @interface Provides
This annotation declares that the component instances will provide a service.
Optional Element Summary | |
---|---|
StaticServiceProperty[] |
properties
Allows adding static properties to the service. |
Class[] |
specifications
Set the provided specifications. |
String |
strategy
Set the service object creation strategy. |
public abstract Class[] specifications
public abstract String strategy
public abstract StaticServiceProperty[] properties
StaticServiceProperty
elements.
Default : No service properties
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |