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.
AnnotationMetadata
implementation that uses standard reflection to introspect a givenClass
.ClassMetadata
implementation that uses standard reflection to introspect a givenClass
.MethodMetadata
implementation that uses standard reflection to introspect a givenMethod
.