Interface MetaDataExtractor<T extends Annotation>

All Known Implementing Classes:
ContentTypeExtractor, FixedExtractor, MetaAnnotationExtractor, UnknownActivationContextExtractor

public interface MetaDataExtractor<T extends Annotation>
Used to extract a meta data value from a component annotation. Instances of this interface are contributed into the MetaWorker service.
Since:
5.2.0
See Also:
  • Method Details