net.mtu.eggplant.annotation
Class FindBugsAnnotationProcessor
java.lang.Object
net.mtu.eggplant.annotation.FindBugsAnnotationProcessor
- All Implemented Interfaces:
- com.sun.mirror.apt.AnnotationProcessor
public class FindBugsAnnotationProcessor
- extends Object
- implements com.sun.mirror.apt.AnnotationProcessor
- Author:
- jpschewe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FindBugsAnnotationProcessor
public FindBugsAnnotationProcessor(com.sun.mirror.apt.AnnotationProcessorEnvironment env)
process
public void process()
- Specified by:
process
in interface com.sun.mirror.apt.AnnotationProcessor
- See Also:
AnnotationProcessor.process()