Tuscany Core

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

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

public class ScopeProcessor
extends ImplementationProcessorSupport

Processes the Scope annotation

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

Field Summary
 
Fields inherited from class org.apache.tuscany.core.config.processor.ImplementationProcessorSupport
factory, introspector
 
Constructor Summary
ScopeProcessor()
           
 
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

ScopeProcessor

public ScopeProcessor()
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

-