|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.manipulation.ClassChecker.SimpleAttribute
public static final class ClassChecker.SimpleAttribute
Describes a simple attribute. This class is able to visit an annotation simple attribute, and to recreate this attribute on another annotation.
Method Summary | |
---|---|
void |
visit(org.objectweb.asm.AnnotationVisitor visitor)
Recreates the attribute on the given annotation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void visit(org.objectweb.asm.AnnotationVisitor visitor)
visitor
- the visitor on which the attribute needs
to be injected.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |