Interface Annotations

    • Method Detail

      • get

        <A extends Annotation> A get​(Class<A> cls)
        Main access method used to find value for given annotation.
      • has

        boolean has​(Class<?> cls)
        Since:
        2.9
      • hasOneOf

        boolean hasOneOf​(Class<? extends Annotation>[] annoClasses)
        Since:
        2.9
      • size

        int size()
        Returns number of annotation entries in this collection.