Uses of Package
org.springframework.core.type
Packages that use org.springframework.core.type
Package
Description
Support package for annotation-driven bean configuration.
Annotations and supporting classes for declarative cache management.
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
Core support package for type introspection.
Support classes for reading annotation and class-level metadata.
Core support package for type filtering (for example, for classpath scanning).
Annotation support for asynchronous method execution.
Spring's support for annotation-based transaction demarcation.
-
Classes in org.springframework.core.type used by org.springframework.beans.factory.annotationClassDescriptionInterface 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 access to the annotations of a specific method, in a form that does not require that method's class to be loaded yet.
-
Classes in org.springframework.core.type used by org.springframework.cache.annotationClassDescriptionInterface that defines abstract access to the annotations of a specific class, in a form that does not require that class to be loaded yet.
-
Classes in org.springframework.core.type used by org.springframework.context.annotationClassDescriptionInterface 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 access to the annotations of a specific method, in a form that does not require that method's class to be loaded yet.
-
Classes in org.springframework.core.type used by org.springframework.core.typeClassDescriptionInterface 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.
ClassMetadata
implementation that uses standard reflection to introspect a givenClass
. -
Classes in org.springframework.core.type used by org.springframework.core.type.classreadingClassDescriptionInterface 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.
-
Classes in org.springframework.core.type used by org.springframework.core.type.filterClassDescriptionInterface that defines abstract metadata of a specific class, in a form that does not require that class to be loaded yet.
-
Classes in org.springframework.core.type used by org.springframework.scheduling.annotationClassDescriptionInterface that defines abstract access to the annotations of a specific class, in a form that does not require that class to be loaded yet.
-
Classes in org.springframework.core.type used by org.springframework.transaction.annotationClassDescriptionInterface that defines abstract access to the annotations of a specific class, in a form that does not require that class to be loaded yet.