Uses of Interface
org.springframework.core.type.AnnotatedTypeMetadata
Packages that use AnnotatedTypeMetadata
-
Uses of AnnotatedTypeMetadata in org.springframework.core.type
Subinterfaces of AnnotatedTypeMetadata in org.springframework.core.typeModifier and TypeInterfaceDescriptioninterfaceInterface that defines abstract access to the annotations of a specific class, in a form that does not require that class to be loaded yet.interfaceInterface 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 that implement AnnotatedTypeMetadataModifier and TypeClassDescriptionclassAnnotationMetadataimplementation that uses standard reflection to introspect a givenClass.classMethodMetadataimplementation that uses standard reflection to introspect a givenMethod.