Interface ModifierReviewable.ForTypeDefinition

    • Method Detail

      • isInterface

        boolean isInterface()
        Specifies if the modifier described by this object represents the interface flag.
        Returns:
        true if the modifier described by this object represents the interface flag.
      • isAnnotation

        boolean isAnnotation()
        Specifies if the modifier described by this object represents the annotation flag.
        Returns:
        true if the modifier described by this object represents the annotation flag.
      • getTypeManifestation

        TypeManifestation getTypeManifestation()
        Returns this type's manifestation.
        Returns:
        This type's manifestation.