Apache Tuscany SCA Kernel Sub-Project

Uses of Package
org.apache.tuscany.spi.implementation.java

Packages that use org.apache.tuscany.spi.implementation.java
org.apache.tuscany.spi.implementation.java   
 

Classes in org.apache.tuscany.spi.implementation.java used by org.apache.tuscany.spi.implementation.java
ConstructorDefinition
          Hold injection information for the constructor used to instantiate a component implementation instance
ImplementationProcessor
          Implementations process class-level metadata, typically parsing annotations and updating the corresponding ComponentType.
ImplementationProcessorExtension
          A convenience class for annotation processors which alleviates the need to implement unused callbacks
ImplementationProcessorService
          Provides utility methods for Java implementation processing
IntrospectionRegistry
          A system service which tracks ImplementationProcessors
Introspector
          Implementations are responsible for walking a component implementation class, adding additional component type information as appropriate
JavaMappedProperty
          A Property definition that is mapped to a specific location in the implementation class.
JavaMappedReference
          A ReferenceDefinition definition that is mapped to a specific location in the implementation class.
JavaMappedService
          A ServiceDefinition definition that is mapped to a Java interface.
PojoComponentType
          A component type specialization for POJO implementations
ProcessingException
          Denotes a problem processing annotations on a POJO implementation
 


Apache Tuscany SCA Kernel Sub-Project

-