程序包 cn.taketoday.core.type
@NonNullApi
@NonNullFields
package cn.taketoday.core.type
Core support package for type introspection.
-
类说明Interface that defines abstract access to the annotations of a specific class, in a form that does not require that class to be loaded yet.Interface that defines abstract metadata of a specific class, in a form that does not require that class to be loaded yet.Interface that defines abstract access to the annotations of a specific method, in a form that does not require that method's class to be loaded yet.Copy of the
@Scopeannotation for testing purposes.AnnotationMetadataimplementation that uses standard reflection to introspect a givenClass.ClassMetadataimplementation that uses standard reflection to introspect a givenClass.MethodMetadataimplementation that uses standard reflection to introspect a givenMethod.