public class AnnotationProcessorManager extends Object implements AnnotationProcessor
| Constructor and Description |
|---|
AnnotationProcessorManager(Log log,
ClassLoader classLoader)
Create annotation processor manager.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
A user friendly name
|
int |
getRanking()
The ranking of this processor.
|
void |
process(ScannedClass scannedClass,
ClassDescription describedClass)
Processes annotations from the provided scanned class and adds
descriptions to the object model based on the read annotations.
|
public AnnotationProcessorManager(Log log, ClassLoader classLoader) throws SCRDescriptorFailureException
SCRDescriptorFailureExceptionpublic void process(ScannedClass scannedClass, ClassDescription describedClass) throws SCRDescriptorException, SCRDescriptorFailureException
AnnotationProcessorprocess in interface AnnotationProcessorscannedClass - The scanned class.describedClass - The description container.SCRDescriptorExceptionSCRDescriptorFailureExceptionAnnotationProcessor.process(org.apache.felix.scrplugin.annotations.ScannedClass, org.apache.felix.scrplugin.description.ClassDescription)public int getRanking()
AnnotationProcessorgetRanking in interface AnnotationProcessorAnnotationProcessor.getRanking()public String getName()
AnnotationProcessorgetName in interface AnnotationProcessorAnnotationProcessor.getName()Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.