|
||||||||||
| 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 | |
|---|---|
java.lang.String |
filter
Set the LDAP filter of the dependency. |
java.lang.String |
id
Set the dependency id. |
java.lang.String |
onTimeout
Set the on timeout action. |
boolean |
proxy
Inject a proxy instead of the real object. |
java.lang.String |
specification
Set the service specification (for Collection fields). |
long |
timeout
Timeout of the dependency. |
public abstract java.lang.String id
public abstract java.lang.String filter
public abstract long timeout
public abstract java.lang.String onTimeout
public abstract java.lang.String specification
public abstract boolean proxy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||