com.sun.mirror.apt
Class AnnotationProcessors.NoOpAP

java.lang.Object
  extended by com.sun.mirror.apt.AnnotationProcessors.NoOpAP
All Implemented Interfaces:
AnnotationProcessor
Enclosing class:
AnnotationProcessors

static class AnnotationProcessors.NoOpAP
extends java.lang.Object
implements AnnotationProcessor


Constructor Summary
AnnotationProcessors.NoOpAP()
           
 
Method Summary
 void process()
          Process all program elements supported by this annotation processor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationProcessors.NoOpAP

AnnotationProcessors.NoOpAP()
Method Detail

process

public void process()
Description copied from interface: AnnotationProcessor
Process all program elements supported by this annotation processor.

Specified by:
process in interface AnnotationProcessor