|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=METHOD) public @interface Bind
This annotation declares a bind method.
| Optional Element Summary | |
|---|---|
boolean |
aggregate
Set if the dependency is an aggregate dependency. |
java.lang.String |
filter
Set the dependency filter. |
java.lang.String |
id
Set the dependency id. |
boolean |
optional
Set if the dependency is optional. |
java.lang.String |
policy
Set the binding policy. |
java.lang.String |
specification
Set the required specification. |
public abstract java.lang.String filter
public abstract boolean aggregate
public abstract boolean optional
public abstract java.lang.String specification
public abstract java.lang.String id
public abstract java.lang.String policy
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||