public abstract class ProcessingEnvironmentWrapper.CustomElementBuilder<T extends ProcessingEnvironmentWrapper.CustomElementBuilder,E extends ProcessingEnvironmentWrapper.CustomElement> extends Object
| Constructor and Description |
|---|
CustomElementBuilder() |
| Modifier and Type | Method and Description |
|---|---|
T |
add(AnnotationMirror anno) |
T |
add(Element element) |
abstract E |
build() |
protected T |
decorate(E element) |
T |
enclosingElement(Element e) |
T |
kind(ElementKind kind) |
T |
modifiers(Modifier... modifiers) |
T |
simpleName(Name simpleName) |
T |
type(TypeMirror type) |
public T type(TypeMirror type)
public T kind(ElementKind kind)
public T add(AnnotationMirror anno)
public abstract E build()
Copyright © 2022. All Rights Reserved.