Class Annotation.Kind

  • Enclosing class:
    Annotation

    @UsesObjectEquals
    public static class Annotation.Kind
    extends Object
    A class representing the kind of an annotation. An invariant is either Kind.enter, Kind.exit, or Kind.objectInvariant For well-formed Annotations, the following holds:
        a.kind == Kind.enter
     || a.kind == Kind.exit
     || a.kind == Kind.objectInvariant