Class AnnotationScannerAction

  • All Implemented Interfaces:
    java.util.function.Predicate<FileWrapper>, UnaryPredicate<FileWrapper>, Scanner.Action

    public class AnnotationScannerAction
    extends java.lang.Object
    implements Scanner.Action
    Scan all classes looking for annotations annotated with @MethodMonitorGroup, and saves the internal names of any such annotations.
    • Field Detail

      • MMG_DESCRIPTOR

        private static java.lang.String MMG_DESCRIPTOR
      • util

        private final Util util
      • annotationNames

        private java.util.Set<java.lang.String> annotationNames
      • currentClass

        private java.lang.String currentClass