org.apache.tuscany.core.config.processor
Class PropertyProcessor
java.lang.Object
org.apache.tuscany.core.config.processor.ImplementationProcessorSupport
org.apache.tuscany.core.config.processor.PropertyProcessor
- All Implemented Interfaces:
- ImplementationProcessor
public class PropertyProcessor
- extends ImplementationProcessorSupport
Processes the Property
annotation
- Version:
- $$Rev$$ $$Date$$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyProcessor
public PropertyProcessor(AssemblyFactory factory)
PropertyProcessor
public PropertyProcessor()
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
-