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

java.lang.Object
  extended by org.apache.felix.ipojo.manipulator.metadata.annotation.stereotype.replay.AnnotationRecorder
      extended by org.apache.felix.ipojo.manipulator.metadata.annotation.stereotype.replay.RootAnnotationRecorder
All Implemented Interfaces:
Replay, org.objectweb.asm.AnnotationVisitor

public class RootAnnotationRecorder
extends AnnotationRecorder

User: guillaume Date: 30/05/13 Time: 19:20


Constructor Summary
RootAnnotationRecorder(java.lang.String desc, boolean visible)
           
 
Method Summary
 void accept(org.objectweb.asm.ClassVisitor visitor)
           
 void accept(org.objectweb.asm.FieldVisitor visitor)
           
 void accept(org.objectweb.asm.MethodVisitor visitor)
           
 void accept(org.objectweb.asm.MethodVisitor visitor, int index)
           
 
Methods inherited from class org.apache.felix.ipojo.manipulator.metadata.annotation.stereotype.replay.AnnotationRecorder
accept, visit, visitAnnotation, visitArray, visitEnd, visitEnum
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootAnnotationRecorder

public RootAnnotationRecorder(java.lang.String desc,
                              boolean visible)
Method Detail

accept

public void accept(org.objectweb.asm.FieldVisitor visitor)

accept

public void accept(org.objectweb.asm.ClassVisitor visitor)

accept

public void accept(org.objectweb.asm.MethodVisitor visitor)

accept

public void accept(org.objectweb.asm.MethodVisitor visitor,
                   int index)


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