Class MethodAnnotationsScanner

java.lang.Object
org.reflections.scanners.AbstractScanner
org.reflections.scanners.MethodAnnotationsScanner
All Implemented Interfaces:
Scanner

@Deprecated public class MethodAnnotationsScanner extends AbstractScanner
Deprecated.
scan method annotations.

breaking change: does not include constructor annotations, use Scanners.ConstructorsAnnotated instead

Deprecated, use Scanners.MethodsAnnotated and Scanners.ConstructorsAnnotated instead