| Constructor and Description |
|---|
OrmliteTransactionalProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends Completion> |
getCompletions(Element element,
AnnotationMirror annotation,
ExecutableElement member,
String userText) |
Set<String> |
getSupportedAnnotationTypes() |
Set<String> |
getSupportedOptions() |
SourceVersion |
getSupportedSourceVersion() |
void |
init(ProcessingEnvironment processingEnv) |
boolean |
process(Set<? extends TypeElement> typeElements,
RoundEnvironment roundEnvironment) |
public Set<String> getSupportedOptions()
getSupportedOptions in interface Processorpublic Set<String> getSupportedAnnotationTypes()
getSupportedAnnotationTypes in interface Processorpublic SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface Processorpublic void init(ProcessingEnvironment processingEnv)
public Iterable<? extends Completion> getCompletions(Element element, AnnotationMirror annotation, ExecutableElement member, String userText)
getCompletions in interface Processorpublic boolean process(Set<? extends TypeElement> typeElements, RoundEnvironment roundEnvironment)
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.