Package org.springframework.core.type
@NonNullApi
@NonNullFields
package org.springframework.core.type
Core support package for type introspection.
-
ClassDescriptionInterface 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.
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.