public interface PolicyAnnotationProcessor
IntentMetaData.| Modifier and Type | Method and Description |
|---|---|
void |
process(java.lang.annotation.Annotation annotation,
org.fabric3.api.model.type.PolicyAware modelObject,
IntrospectionContext context)
Process the annotation.
|
void process(java.lang.annotation.Annotation annotation,
org.fabric3.api.model.type.PolicyAware modelObject,
IntrospectionContext context)
annotation - the annotationmodelObject - the model objectcontext - the current introspection context.