Package io.agistep.utils
Class AnnotationHelper
java.lang.Object
io.agistep.utils.AnnotationHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <A extends Annotation>
AgetAnnotation(Method method, Class<A> annotationClass) getMethodsListWithAnnotation(Class<?> clazz, Class<? extends Annotation> annotationClass) static booleanhasAnnotation(Class<?> clazz, Class<? extends Annotation> annotationClass)
-
Constructor Details
-
AnnotationHelper
public AnnotationHelper()
-
-
Method Details
-
hasAnnotation
-
getMethodsListWithAnnotation
public static List<Method> getMethodsListWithAnnotation(Class<?> clazz, Class<? extends Annotation> annotationClass) -
getAnnotation
-