Class AnnotationObjectDef

java.lang.Object
io.micronaut.sourcegen.model.ObjectDef
io.micronaut.sourcegen.model.AnnotationObjectDef

public final class AnnotationObjectDef extends ObjectDef
The definition for an annotation class.
Since:
1.7
Author:
Andriy Dmyturk
  • Field Details

    • name

      protected final String name
    • modifiers

      protected final EnumSet<Modifier> modifiers
    • annotations

      protected final List<AnnotationDef> annotations
    • javadoc

      protected final List<String> javadoc
    • synthetic

      protected final boolean synthetic
  • Method Details