public class MetaAnnotationExtractor extends Object implements MetaDataExtractor<Meta>
Constructor and Description |
---|
MetaAnnotationExtractor() |
Modifier and Type | Method and Description |
---|---|
void |
extractMetaData(MutableComponentModel model,
Meta annotation)
Invoked on the extractor to extract the appropriate value for the annotation and
set the meta data on the model.
|
public MetaAnnotationExtractor()
public void extractMetaData(MutableComponentModel model, Meta annotation)
MetaDataExtractor
extractMetaData
in interface MetaDataExtractor<Meta>
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.