public interface MetaDataExtractor<T extends Annotation>
MetaWorker
,
MetaDataLocator
Modifier and Type | Method and Description |
---|---|
void |
extractMetaData(MutableComponentModel model,
T annotation)
Invoked on the extractor to extract the appropriate value for the annotation and
set the meta data on the model.
|
void extractMetaData(MutableComponentModel model, T annotation)
model
- on which to set meta dataannotation
- class annotation, from whose attributes specific data may be extracted5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.