|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
Temporal
@Target(value=FIELD) @Deprecated public @interface Requires
Temporal dependency annotation. Allows specifying a temporal dependency. Be aware that despite is it provided in the annotations jar, it refers to an external handler.
Optional Element Summary | |
---|---|
String |
filter
Deprecated. Set the LDAP filter of the dependency. |
String |
onTimeout
Deprecated. Set the on timeout action. |
boolean |
proxy
Deprecated. Inject a proxy instead of the real object. |
String |
specification
Deprecated. Set the service specification (for Collection fields). |
long |
timeout
Deprecated. Timeout of the dependency. |
public abstract String filter
public abstract long timeout
public abstract String onTimeout
public abstract String specification
public abstract boolean proxy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |