public interface PostProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
process(org.fabric3.api.model.type.java.InjectingComponentType componentType,
java.lang.Class<?> implClass,
IntrospectionContext context)
Performs a post-processing step.
|
void process(org.fabric3.api.model.type.java.InjectingComponentType componentType,
java.lang.Class<?> implClass,
IntrospectionContext context)
componentType - the component typeimplClass - the implementation classcontext - the current introspection context