org.apache.tuscany.core.system.config.processor
Class MonitorProcessor
java.lang.Object
org.apache.tuscany.core.config.processor.ImplementationProcessorSupport
org.apache.tuscany.core.system.config.processor.MonitorProcessor
- All Implemented Interfaces:
- ImplementationProcessor
public class MonitorProcessor
- extends ImplementationProcessorSupport
Processes Autowire
annotations
- Version:
- $$Rev$$ $$Date$$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MonitorProcessor
public MonitorProcessor()
visitMethod
public void visitMethod(Method method,
ComponentType type)
throws ConfigurationLoadException
- Specified by:
visitMethod
in interface ImplementationProcessor
- Overrides:
visitMethod
in class ImplementationProcessorSupport
- Throws:
ConfigurationLoadException
visitField
public void visitField(Field field,
ComponentType type)
throws ConfigurationLoadException
- Specified by:
visitField
in interface ImplementationProcessor
- Overrides:
visitField
in class ImplementationProcessorSupport
- Throws:
ConfigurationLoadException
-