Uses of Class
org.apache.felix.ipojo.manipulator.metadata.annotation.stereotype.replay.RootAnnotationRecorder

Packages that use RootAnnotationRecorder
org.apache.felix.ipojo.manipulator.metadata.annotation.registry   
org.apache.felix.ipojo.manipulator.metadata.annotation.stereotype   
org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.stereotype   
 

Uses of RootAnnotationRecorder in org.apache.felix.ipojo.manipulator.metadata.annotation.registry
 

Methods in org.apache.felix.ipojo.manipulator.metadata.annotation.registry that return types with arguments of type RootAnnotationRecorder
 java.util.List<RootAnnotationRecorder> AnnotationRegistry.getRecorders(org.objectweb.asm.Type type)
           
 

Method parameters in org.apache.felix.ipojo.manipulator.metadata.annotation.registry with type arguments of type RootAnnotationRecorder
 void AnnotationRegistry.addStereotype(org.objectweb.asm.Type type, java.util.List<RootAnnotationRecorder> recorders)
           
 

Uses of RootAnnotationRecorder in org.apache.felix.ipojo.manipulator.metadata.annotation.stereotype
 

Methods in org.apache.felix.ipojo.manipulator.metadata.annotation.stereotype that return types with arguments of type RootAnnotationRecorder
 java.util.List<RootAnnotationRecorder> StereotypeParser.getRecorders()
           
 

Uses of RootAnnotationRecorder in org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.stereotype
 

Constructor parameters in org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.stereotype with type arguments of type RootAnnotationRecorder
FieldStereotypeVisitor(org.objectweb.asm.FieldVisitor delegate, java.util.List<RootAnnotationRecorder> recorder)
           
MethodStereotypeVisitor(org.objectweb.asm.MethodVisitor delegate, java.util.List<RootAnnotationRecorder> recorder)
           
ParameterStereotypeVisitor(org.objectweb.asm.MethodVisitor delegate, int index, java.util.List<RootAnnotationRecorder> recorder)
           
TypeStereotypeVisitor(org.objectweb.asm.ClassVisitor delegate, java.util.List<RootAnnotationRecorder> recorder)
           
 



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.