Fabric3 Introspection

org.fabric3.introspection.java.annotation
Class ConsumerProcessor<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.fabric3.api.annotation.Consumer,I>
      extended by org.fabric3.introspection.java.annotation.ConsumerProcessor<I>
All Implemented Interfaces:
org.fabric3.spi.introspection.java.annotation.AnnotationProcessor<org.fabric3.api.annotation.Consumer,I>

public class ConsumerProcessor<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.fabric3.api.annotation.Consumer,I>

Introspects Consumer annotations.

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

Constructor Summary
ConsumerProcessor(org.fabric3.spi.introspection.java.IntrospectionHelper helper)
           
 
Method Summary
 void visitMethod(org.fabric3.api.annotation.Consumer 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, visitField, visitMethodParameter, visitType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsumerProcessor

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

visitMethod

public void visitMethod(org.fabric3.api.annotation.Consumer 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.fabric3.api.annotation.Consumer,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.fabric3.api.annotation.Consumer,I extends org.fabric3.model.type.component.Implementation<? extends org.fabric3.spi.model.type.java.InjectingComponentType>>

Fabric3 Introspection

Copyright © 2007-2011 Metaform Systems.