Uses of Class
io.github.fastclasspathscanner.AnnotationInfo
-
Packages that use AnnotationInfo Package Description io.github.fastclasspathscanner -
-
Uses of AnnotationInfo in io.github.fastclasspathscanner
Methods in io.github.fastclasspathscanner that return AnnotationInfo Modifier and Type Method Description AnnotationInfoAnnotationInfoList. get(String annotationName)Return theAnnotationInfoobject in the list with the given name, or null if not found.AnnotationInfo[]MethodParameterInfo. getAnnotationInfo()Method parameter annotation info (or null if no annotations).Methods in io.github.fastclasspathscanner with parameters of type AnnotationInfo Modifier and Type Method Description booleanAnnotationInfoList.AnnotationInfoFilter. accept(AnnotationInfo annotationInfo)Whether or not to allow anAnnotationInfolist item through the filter.intAnnotationInfo. compareTo(AnnotationInfo o)Constructors in io.github.fastclasspathscanner with parameters of type AnnotationInfo Constructor Description MethodParameterInfo(AnnotationInfo[] annotationInfo, int modifiers, TypeSignature typeDescriptor, TypeSignature typeSignature, String name)Constructor parameters in io.github.fastclasspathscanner with type arguments of type AnnotationInfo Constructor Description AnnotationInfoList(Collection<AnnotationInfo> annotationInfoCollection)
-