Annotation Interface Processors


Denotes the annotation processors to be applied during compilation.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Processor>[]
    The types of the annotation processors to be applied.
  • Element Details

    • value

      Class<? extends Processor>[] value
      The types of the annotation processors to be applied.
      Returns:
      the type of the annotation processors