Save This Page
Home » xwork-2.1.1-src » com.opensymphony.xwork2.inject » [javadoc | source]
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.

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()