Interface AnnotationMetadataDelegate

All Superinterfaces:
AnnotationMetadata, AnnotationMetadataProvider, AnnotationSource
All Known Subinterfaces:
BeanIntrospection<T>, BeanProperty<B,T>, BeanReadProperty<B,T>, BeanWriteProperty<B,T>, EnumBeanIntrospection<E>, EnumBeanIntrospection.EnumConstant<E>, UnsafeBeanInstantiationIntrospection<T>, UnsafeBeanProperty<B,T>, UnsafeBeanReadProperty<B,T>, UnsafeBeanWriteProperty<B,T>
All Known Implementing Classes:
AbstractBeanProperty

public interface AnnotationMetadataDelegate extends AnnotationMetadataProvider, AnnotationMetadata
An interface that can be implemented by other classes that delegate the resolution of the AnnotationMetadata to the AnnotationMetadataProvider.getAnnotationMetadata() method.
Since:
1.0