|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.classfile.editor.AnnotationsAttributeEditor
public class AnnotationsAttributeEditor
This class can add annotations to a given annotations attribute. Annotations to be added must have been filled out beforehand.
| Constructor Summary | |
|---|---|
AnnotationsAttributeEditor(AnnotationsAttribute targetAnnotationsAttribute)
Creates a new AnnotationsAttributeEditor that will edit annotations in the given annotations attribute. |
|
| Method Summary | |
|---|---|
void |
addAnnotation(Annotation annotation)
Adds a given annotation to the annotations attribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotationsAttributeEditor(AnnotationsAttribute targetAnnotationsAttribute)
| Method Detail |
|---|
public void addAnnotation(Annotation annotation)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||