public class LatticeAnnotationUtils
extends org.springframework.core.annotation.AnnotationUtils
| 构造器和说明 |
|---|
LatticeAnnotationUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <A extends Annotation> |
findAnnotation(Method method,
Class<A> annotationType) |
static AbilityAnnotation |
getAbilityAnnotation(Class<?> abilityClass) |
static ScanSkipAnnotation |
getScanSkipAnnotation(Class<?> targetClass) |
static ScanSkipAnnotation |
getScanSkipAnnotation(Method method) |
clearCache, findAnnotation, findAnnotation, findAnnotationDeclaringClass, findAnnotationDeclaringClassForTypes, getAnnotation, getAnnotation, getAnnotation, getAnnotationAttributes, getAnnotationAttributes, getAnnotationAttributes, getAnnotationAttributes, getAnnotationAttributes, getAnnotations, getAnnotations, getDeclaredRepeatableAnnotations, getDeclaredRepeatableAnnotations, getDefaultValue, getDefaultValue, getDefaultValue, getDefaultValue, getRepeatableAnnotations, getRepeatableAnnotations, getValue, getValue, isAnnotationDeclaredLocally, isAnnotationInherited, isAnnotationMetaPresent, isCandidateClass, isCandidateClass, isCandidateClass, isInJavaLangAnnotationPackage, isInJavaLangAnnotationPackage, postProcessAnnotationAttributes, registerDefaultValues, synthesizeAnnotation, synthesizeAnnotation, synthesizeAnnotation, validateAnnotationpublic static AbilityAnnotation getAbilityAnnotation(Class<?> abilityClass)
public static ScanSkipAnnotation getScanSkipAnnotation(Method method)
public static ScanSkipAnnotation getScanSkipAnnotation(Class<?> targetClass)
public static <A extends Annotation> A findAnnotation(Method method, Class<A> annotationType)
Copyright © 2022. All rights reserved.