@Target(value={TYPE,ANNOTATION_TYPE})
public @interface Provides
| Modifier and Type | Optional Element and Description |
|---|---|
StaticServiceProperty[] |
properties
Allows adding static properties to the service.
|
java.lang.Class[] |
specifications
Set the provided specifications.
|
java.lang.String |
strategy
Set the service object creation strategy.
|
public abstract java.lang.Class[] specifications
public abstract java.lang.String strategy
public abstract StaticServiceProperty[] properties
StaticServiceProperty elements.
Default : No service propertiesCopyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.