public interface Compiler
| Modifier and Type | Method and Description |
|---|---|
void |
emitDeprecationWarning(ProcessingEnvironment environment,
Element element) |
List<? extends Element> |
getAllMembersInDeclarationOrder(ProcessingEnvironment environment,
TypeElement type) |
List<? extends Element> |
getEnclosedElementsInDeclarationOrder(TypeElement type) |
List<? extends Element> getAllMembersInDeclarationOrder(ProcessingEnvironment environment, TypeElement type)
List<? extends Element> getEnclosedElementsInDeclarationOrder(TypeElement type)
void emitDeprecationWarning(ProcessingEnvironment environment, Element element)