|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) public @interface Unbind
This annotation declares an unbind method.
Optional Element Summary | |
---|---|
boolean |
aggregate
Set if the dependency is an aggregate dependency. |
Class |
comparator
Set the comparator. |
String |
filter
Set the dependency filter. |
String |
from
Set the from attribute. |
String |
id
Set the dependency id. |
boolean |
optional
Set if the dependency is optional. |
String |
policy
Set the binding policy. |
String |
specification
Set the required specification. |
public abstract String filter
public abstract boolean aggregate
public abstract boolean optional
public abstract String specification
public abstract String id
public abstract String policy
public abstract Class comparator
Comparator
public abstract String from
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |