Class AnnotationMetadataAdapter

java.lang.Object
org.springframework.integration.config.annotation.AnnotationMetadataAdapter
All Implemented Interfaces:
AnnotatedTypeMetadata, AnnotationMetadata, ClassMetadata

public abstract class AnnotationMetadataAdapter extends Object implements AnnotationMetadata
An AnnotationMetadata implementation to expose a metadata by the provided Map of attributes.
Since:
5.2
Author:
Artem Bilan