Class Annotations


  • public final class Annotations
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.Collection<java.lang.Class<? extends java.lang.annotation.Annotation>> PARSER_ANNOTATIONS  
      static java.util.Collection<java.lang.Class<? extends java.lang.annotation.Annotation>> RESOURCE_ANNOTATIONS  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Collection<java.lang.Class<? extends java.lang.annotation.Annotation>> allParserAnnotations()  
      static java.util.Collection<java.lang.Class<? extends java.lang.annotation.Annotation>> allResourceAnnotations()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • RESOURCE_ANNOTATIONS

        public static final java.util.Collection<java.lang.Class<? extends java.lang.annotation.Annotation>> RESOURCE_ANNOTATIONS
      • PARSER_ANNOTATIONS

        public static final java.util.Collection<java.lang.Class<? extends java.lang.annotation.Annotation>> PARSER_ANNOTATIONS
    • Method Detail

      • allResourceAnnotations

        public static java.util.Collection<java.lang.Class<? extends java.lang.annotation.Annotation>> allResourceAnnotations()
      • allParserAnnotations

        public static java.util.Collection<java.lang.Class<? extends java.lang.annotation.Annotation>> allParserAnnotations()