com.opensymphony.xwork2.inject
public class: Inject [javadoc |
source]
com.opensymphony.xwork2.inject.Inject
Annotates members and parameters which should have their value[s]
injected.
- author:
crazybob - @google.com (Bob Lee)
| Method from com.opensymphony.xwork2.inject.Inject Summary: |
|---|
|
required, value |
| Method from com.opensymphony.xwork2.inject.Inject Detail: |
boolean required() {
}
Whether or not injection is required. Applicable only to methods and
fields (not constructors or parameters). |
String value() {
}
|