public interface AnnotationProcessor
getRanking() value (lowest value first).| 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.
|
void process(ScannedClass scannedClass, ClassDescription describedClass) throws SCRDescriptorException, SCRDescriptorFailureException
scannedClass - The scanned class.describedClass - The description container.SCRDescriptorExceptionSCRDescriptorFailureExceptionString getName()
int getRanking()
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.