public abstract class AnnotationAdder extends Object
| Constructor and Description |
|---|
AnnotationAdder() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addAnnotation(AnnotationSpec spec) |
void |
addAnnotation(Class<? extends Annotation> annotation) |
abstract TypeName |
typeName() |
public abstract void addAnnotation(AnnotationSpec spec)
public abstract TypeName typeName()
public void addAnnotation(Class<? extends Annotation> annotation)
Copyright © 2019 Mulesoft. All rights reserved.