public interface ClassVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(org.fabric3.api.model.type.java.InjectingComponentType componentType,
java.lang.Class<?> clazz,
IntrospectionContext context)
Walk a class and update the component type.
|
void visit(org.fabric3.api.model.type.java.InjectingComponentType componentType,
java.lang.Class<?> clazz,
IntrospectionContext context)
componentType - the component type to updateclazz - the Java class to walkcontext - the current introspection context