Class ClassIndexProcessor

java.lang.Object
javax.annotation.processing.AbstractProcessor
org.atteo.classindex.processor.ClassIndexProcessor
All Implemented Interfaces:
Processor

@SupportedAnnotationTypes("*") public class ClassIndexProcessor extends AbstractProcessor
Generates index files for ClassIndex.
  • Constructor Details

    • ClassIndexProcessor

      public ClassIndexProcessor()
    • ClassIndexProcessor

      protected ClassIndexProcessor(Class<?>... classes)
      Used when creating subclasses of the processor which will index some annotations which cannot be itself annotated with IndexAnnotated or IndexSubclasses.
      Parameters:
      classes - list of classes which the processor will be indexing
  • Method Details