Apache Struts 2 Documentation > Home > Guides > Core Developers Guide > Annotations > Conversion Annotation
Added by Rainer Hermanns, last edited by Don Brown on Nov 14, 2006  (view change)

A marker annotation for type conversions at Type level.

Usage

The Conversion annotation must be applied at Type level.

Parameters

Parameter Required Default Description
conversion no   used for Type Conversions applied at Type level.

Examples

@Conversion()
public class ConversionAction implements Action {
}