@Target(value=TYPE) public @interface Provides
Modifier and Type | Optional Element and Description |
---|---|
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 propertiesCopyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.