public class AnnotationElementRewriter extends java.lang.Object implements Rewriter<AnnotationElement>
| Modifier and Type | Class and Description |
|---|---|
protected class |
AnnotationElementRewriter.RewrittenAnnotationElement |
| Constructor and Description |
|---|
AnnotationElementRewriter(Rewriters rewriters) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationElement |
rewrite(AnnotationElement annotationElement) |
@Nonnull protected final Rewriters rewriters
public AnnotationElementRewriter(@Nonnull
Rewriters rewriters)
@Nonnull public AnnotationElement rewrite(@Nonnull AnnotationElement annotationElement)
rewrite in interface Rewriter<AnnotationElement>