com.opensymphony.xwork.apt
Class ConversionProcessor
java.lang.Object
com.opensymphony.xwork.apt.AbstractProcessor
com.opensymphony.xwork.apt.ConversionProcessor
- All Implemented Interfaces:
- com.sun.mirror.apt.AnnotationProcessor
public class ConversionProcessor
- extends AbstractProcessor
ConversionProcessor
- Version:
- $Id: ConversionProcessor.java 860 2006-03-03 16:10:09 +0100 (Fri, 03 Mar 2006) rainerh $
- Author:
- Rainer Hermanns
Method Summary |
void |
init()
Initializes all annotations types required for processing. |
void |
process()
Process all program elements supported by this annotations processor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConversionProcessor
public ConversionProcessor()
init
public void init()
- Initializes all annotations types required for processing.
- Overrides:
init
in class AbstractProcessor
process
public void process()
- Process all program elements supported by this annotations processor.
- Specified by:
process
in interface com.sun.mirror.apt.AnnotationProcessor
- Specified by:
process
in class AbstractProcessor