类的使用
cn.taketoday.core.annotation.AttributeMethods
使用AttributeMethods的程序包
程序包
说明
Core support package for annotations, meta-annotations, and merged
annotations with attribute overrides.
-
cn.taketoday.core.annotation中AttributeMethods的使用
修饰符和类型字段说明private final AttributeMethodsSynthesizedMergedAnnotationInvocationHandler.attributeMethodsfinal AttributeMethodsAnnotationTypeMapping.methodsthe annotation attributes for the mapping annotation type.(专用程序包) static final AttributeMethodsAttributeMethods.NONE类型参数类型为AttributeMethods的cn.taketoday.core.annotation中的字段修饰符和类型字段说明(专用程序包) static final ConcurrentReferenceHashMap<Class<? extends Annotation>,AttributeMethods> AttributeMethods.cache修饰符和类型方法说明private static AttributeMethodsAttributeMethods.compute(Class<? extends Annotation> annotationType) (专用程序包) static AttributeMethodsAttributeMethods.forAnnotationType(Class<? extends Annotation> annotationType) Get the attribute methods for the given annotation type.