|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=FIELD) public @interface Temporal
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
Set the LDAP filter of the dependency. |
String |
onTimeout
Set the on timeout action. |
boolean |
proxy
Inject a proxy instead of the real object. |
String |
specification
Set the service specification (for Collection fields). |
long |
timeout
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 |