Interface AnnotationUsageReporter
-
public interface AnnotationUsageReporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheckAnnotationIndex(JandexIndex annotationIndex)Set<AnnotationUsage>getUsages()
-
-
-
Method Detail
-
getUsages
Set<AnnotationUsage> getUsages()
-
checkAnnotationIndex
boolean checkAnnotationIndex(JandexIndex annotationIndex)
-
-