public class TypeScanner
extends java.lang.Object
| Constructor and Description |
|---|
TypeScanner() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.reflect.Method> |
getAnnotatedMethods(java.lang.Class<?> type,
java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
Look for annotated methods present in class.
|
public java.util.List<java.lang.reflect.Method> getAnnotatedMethods(java.lang.Class<?> type,
java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
type - Class to be scanned.annotation - Annotation to be looked on methods.Copyright © 2022. All rights reserved.