类的使用
cn.taketoday.core.annotation.AnnotationUtils.DefaultValueHolder
程序包
说明
Core support package for annotations, meta-annotations, and merged
annotations with attribute overrides.
-
cn.taketoday.core.annotation中AnnotationUtils.DefaultValueHolder的使用
修饰符和类型字段说明private static final Map<Class<? extends Annotation>,Map<String, AnnotationUtils.DefaultValueHolder>> AnnotationUtils.defaultValuesCache修饰符和类型方法说明private static Map<String,AnnotationUtils.DefaultValueHolder> AnnotationUtils.computeDefaultValues(Class<? extends Annotation> annotationType) private static Map<String,AnnotationUtils.DefaultValueHolder> AnnotationUtils.getDefaultValues(Class<? extends Annotation> annotationType)