Package org.jf.dexlib2.rewriter
Class AnnotationRewriter
- java.lang.Object
-
- org.jf.dexlib2.rewriter.AnnotationRewriter
-
- All Implemented Interfaces:
Rewriter<Annotation>
public class AnnotationRewriter extends java.lang.Object implements Rewriter<Annotation>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
AnnotationRewriter.RewrittenAnnotation
-
Constructor Summary
Constructors Constructor Description AnnotationRewriter(Rewriters rewriters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Annotation
rewrite(Annotation value)
-
-
-
Field Detail
-
rewriters
@Nonnull protected final Rewriters rewriters
-
-
Constructor Detail
-
AnnotationRewriter
public AnnotationRewriter(@Nonnull Rewriters rewriters)
-
-
Method Detail
-
rewrite
@Nonnull public Annotation rewrite(@Nonnull Annotation value)
- Specified by:
rewrite
in interfaceRewriter<Annotation>
-
-