Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you want to use annotation based validation, you have to annotate the class or interface with Validation Annotation.

These are the standard validator annotations that come with XWork-tiger:

...

If you want to use annotation based type conversion, you have to annotate the class or interface with the Conversion Annotation. Currently runtime evaluation for these annotations is not supported. This feature will be added in the near future.

For now you have to run the apt target via ant (TODO: not yet in CVS).

Annotation

Description

Conversion Annotation

Marker annotation for type conversions at Type level.

KeyProperty Annotation

 

TypeConversion Annotation

Used for class and application wide conversion rules.

...