@Target(value=FIELD) public @interface Temporal
Modifier and Type | Optional Element and Description |
---|---|
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
Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.