Uses of Class
org.scannotation.AnnotationDB.CrossReferenceException
Packages that use AnnotationDB.CrossReferenceException
-
Uses of AnnotationDB.CrossReferenceException in org.scannotation
Methods in org.scannotation that throw AnnotationDB.CrossReferenceExceptionModifier and TypeMethodDescriptionvoid
AnnotationDB.crossReferenceImplementedInterfaces()
Sometimes you want to see if a particular class implements an interface with certain annotations After you have loaded all your classpaths with the scanArchive() method, call this method to cross reference a class's implemented interfaces.void
AnnotationDB.crossReferenceMetaAnnotations()
This method will cross reference annotations in the annotation index with any meta-annotations that they have and create additional entries as needed.