WebWorkAnotation is a 3rd party opensource project currently located in Google Code, to add annotation capabilities into WebWork. It allows webwork's action class to be annotated in order to provides :-

  • Action/Result/Inteceptor configuration (an alternatives to configuring through xml typically in xwork.xml)
  • Validation through annotation
  • Conversion through annotation

For more information, please refer to the project website itself at here