public interface HeuristicProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
applyHeuristics(org.fabric3.api.model.type.java.InjectingComponentType componentType,
java.lang.Class<?> implClass,
IntrospectionContext context)
Applies heuristics to an implementation and updates the component type accordingly.
|
void applyHeuristics(org.fabric3.api.model.type.java.InjectingComponentType componentType,
java.lang.Class<?> implClass,
IntrospectionContext context)
componentType - the component type to inspectimplClass - the implementation classcontext - the current introspection context