public class ModFieldVisitor
extends org.objectweb.asm.FieldVisitor
コンストラクタと説明 |
---|
ModFieldVisitor(java.lang.String name,
java.util.LinkedList<ModAnnotation> annotations) |
修飾子とタイプ | メソッドと説明 |
---|---|
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(java.lang.String annotationName,
boolean runtimeVisible)
Visits an annotation of the field.
|
public ModFieldVisitor(java.lang.String name, java.util.LinkedList<ModAnnotation> annotations)
public org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String annotationName, boolean runtimeVisible)
org.objectweb.asm.FieldVisitor
visitAnnotation
クラス内 org.objectweb.asm.FieldVisitor
annotationName
- the class descriptor of the annotation class.runtimeVisible
- true if the annotation is visible at runtime.