Temporal
@Target(value=FIELD) @Deprecated public @interface Requires
Modifier and Type | Optional Element and Description |
---|---|
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
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.