Class AnnotationInfoList

    • Constructor Detail

      • AnnotationInfoList

        public AnnotationInfoList()
      • AnnotationInfoList

        public AnnotationInfoList​(int sizeHint)
    • Method Detail

      • getNames

        public List<String> getNames()
        Get the names of all annotations in this list.
      • getAsStrings

        public List<String> getAsStrings()
        Get the string representations of all annotations in this list (with meta-annotations, etc.), by calling AnnotationInfo.toString() on each item in the list.
      • containsName

        public boolean containsName​(String annotationName)
        Return true if this list contains the annotation with the given name.