Fabric3 Introspection

org.fabric3.introspection.java.annotation
Class ContextProcessor<I extends org.fabric3.model.type.component.Implementation<? extends org.fabric3.spi.model.type.java.InjectingComponentType>>

java.lang.Object
  extended by org.fabric3.spi.introspection.java.annotation.AbstractAnnotationProcessor<org.osoa.sca.annotations.Context,I>
      extended by org.fabric3.introspection.java.annotation.ContextProcessor<I>
All Implemented Interfaces:
org.fabric3.spi.introspection.java.annotation.AnnotationProcessor<org.osoa.sca.annotations.Context,I>

public class ContextProcessor<I extends org.fabric3.model.type.component.Implementation<? extends org.fabric3.spi.model.type.java.InjectingComponentType>>
extends org.fabric3.spi.introspection.java.annotation.AbstractAnnotationProcessor<org.osoa.sca.annotations.Context,I>

Version:
$Rev: 9763 $ $Date: 2011-01-03 00:48:06 +0000 (Mon, 03 Jan 2011) $

Constructor Summary
ContextProcessor(org.fabric3.spi.introspection.java.IntrospectionHelper helper)
           
 
Method Summary
 void visitField(org.osoa.sca.annotations.Context annotation, Field field, Class<?> implClass, I implementation, org.fabric3.spi.introspection.IntrospectionContext context)
           
 void visitMethod(org.osoa.sca.annotations.Context annotation, Method method, Class<?> implClass, I implementation, org.fabric3.spi.introspection.IntrospectionContext context)
           
 
Methods inherited from class org.fabric3.spi.introspection.java.annotation.AbstractAnnotationProcessor
getType, visitConstructor, visitConstructorParameter, visitMethodParameter, visitType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextProcessor

public ContextProcessor(org.fabric3.spi.introspection.java.IntrospectionHelper helper)
Method Detail

visitField

public void visitField(org.osoa.sca.annotations.Context annotation,
                       Field field,
                       Class<?> implClass,
                       I implementation,
                       org.fabric3.spi.introspection.IntrospectionContext context)
Specified by:
visitField in interface org.fabric3.spi.introspection.java.annotation.AnnotationProcessor<org.osoa.sca.annotations.Context,I extends org.fabric3.model.type.component.Implementation<? extends org.fabric3.spi.model.type.java.InjectingComponentType>>
Overrides:
visitField in class org.fabric3.spi.introspection.java.annotation.AbstractAnnotationProcessor<org.osoa.sca.annotations.Context,I extends org.fabric3.model.type.component.Implementation<? extends org.fabric3.spi.model.type.java.InjectingComponentType>>

visitMethod

public void visitMethod(org.osoa.sca.annotations.Context annotation,
                        Method method,
                        Class<?> implClass,
                        I implementation,
                        org.fabric3.spi.introspection.IntrospectionContext context)
Specified by:
visitMethod in interface org.fabric3.spi.introspection.java.annotation.AnnotationProcessor<org.osoa.sca.annotations.Context,I extends org.fabric3.model.type.component.Implementation<? extends org.fabric3.spi.model.type.java.InjectingComponentType>>
Overrides:
visitMethod in class org.fabric3.spi.introspection.java.annotation.AbstractAnnotationProcessor<org.osoa.sca.annotations.Context,I extends org.fabric3.model.type.component.Implementation<? extends org.fabric3.spi.model.type.java.InjectingComponentType>>

Fabric3 Introspection

Copyright © 2007-2011 Metaform Systems.