接口的使用
cn.taketoday.core.type.AnnotationMetadata
使用AnnotationMetadata的程序包
程序包
说明
Core support package for type introspection.
Support classes for reading annotation and class-level metadata.
-
cn.taketoday.core.type中AnnotationMetadata的使用
修饰符和类型类说明classAnnotationMetadataimplementation that uses standard reflection to introspect a givenClass.修饰符和类型方法说明static AnnotationMetadataAnnotationMetadata.introspect(Class<?> type) Factory method to create a newAnnotationMetadatainstance for the given class using standard reflection. -
cn.taketoday.core.type.classreading中AnnotationMetadata的使用
修饰符和类型方法说明MetadataReader.getAnnotationMetadata()Read full annotation metadata for the underlying class, including metadata for annotated methods.