Annotation Interface StrutsParameter
Used to annotate public getter/setter methods or fields on 
Action classes that are
 intended for parameter injection by the ParametersInterceptor.- Since:
- 6.4.0
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionintThe depth to which parameter injection is permitted, where a depth of 0 only allows setters/fields directly on the action class.
- 
Element Details- 
depthint depthThe depth to which parameter injection is permitted, where a depth of 0 only allows setters/fields directly on the action class. Setting within a POJO on an action will require a depth of 1 or more depending on the level of nesting within the POJO.In a practical sense, the depth dictates the number of periods or brackets that can appear in the parameter name. - Default:
- 0
 
 
-