Uses of Interface
org.springframework.core.type.AnnotationMetadata
Packages that use AnnotationMetadata
Package
Description
Core support package for type introspection.
Support classes for reading annotation and class-level metadata.
-
Uses of AnnotationMetadata in org.springframework.core.type
Classes in org.springframework.core.type that implement AnnotationMetadataModifier and TypeClassDescriptionclassAnnotationMetadataimplementation that uses standard reflection to introspect a givenClass.Methods in org.springframework.core.type that return AnnotationMetadataModifier and TypeMethodDescriptionstatic AnnotationMetadataAnnotationMetadata.introspect(Class<?> type) Factory method to create a newAnnotationMetadatainstance for the given class using standard reflection. -
Uses of AnnotationMetadata in org.springframework.core.type.classreading
Methods in org.springframework.core.type.classreading that return AnnotationMetadataModifier and TypeMethodDescriptionMetadataReader.getAnnotationMetadata()Read full annotation metadata for the underlying class, including metadata for annotated methods.