Tuscany Core

org.apache.tuscany.core.config.processor
Class PropertyReferenceValidator

java.lang.Object
  extended by org.apache.tuscany.core.config.processor.ImplementationProcessorSupport
      extended by org.apache.tuscany.core.config.processor.PropertyReferenceValidator
All Implemented Interfaces:
ImplementationProcessor

public class PropertyReferenceValidator
extends ImplementationProcessorSupport

Validates the use of Property and Reference annotations beyond native Java syntactic capabilities

Version:
$$Rev$$ $$Date$$

Field Summary
 
Fields inherited from class org.apache.tuscany.core.config.processor.ImplementationProcessorSupport
factory, introspector
 
Constructor Summary
PropertyReferenceValidator(AssemblyFactory factory)
           
 
Method Summary
 void visitEnd(Class<?> clazz, ComponentType type)
           
 
Methods inherited from class org.apache.tuscany.core.config.processor.ImplementationProcessorSupport
init, setFactory, setIntrospector, visitClass, visitConstructor, visitField, visitInterface, visitInterfaceMethod, visitMethod, visitSuperClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyReferenceValidator

public PropertyReferenceValidator(AssemblyFactory factory)
Method Detail

visitEnd

public void visitEnd(Class<?> clazz,
                     ComponentType type)
              throws ConfigurationLoadException
Specified by:
visitEnd in interface ImplementationProcessor
Overrides:
visitEnd in class ImplementationProcessorSupport
Throws:
ConfigurationLoadException

Tuscany Core

-