Class TypeImpl_annot

All Implemented Interfaces:
Comparable<TypeImpl>, Iterable<Feature>, Type

public class TypeImpl_annot extends TypeImpl_annotBase
A version of TypeImpl for Annotations and subtypes of Annotations
  • Constructor Details

  • Method Details

    • isAnnotationType

      public boolean isAnnotationType()
      Description copied from class: TypeImpl
      Check if this is an annotation type.
      Overrides:
      isAnnotationType in class TypeImpl
      Returns:
      true, if this is an annotation type or subtype; false, else.