public class DriverProcessingStep extends Object implements com.google.auto.common.BasicAnnotationProcessor.ProcessingStep
| Modifier and Type | Class and Description |
|---|---|
static class |
DriverProcessingStep.Builder |
| Modifier and Type | Method and Description |
|---|---|
Set<? extends Class<? extends Annotation>> |
annotations() |
protected com.squareup.javapoet.ClassName |
getDriverInterfaceType() |
protected com.squareup.javapoet.ClassName |
getDriverSuperclassType() |
protected com.squareup.javapoet.ClassName |
getEditorDelegateType() |
Set<Element> |
process(com.google.common.collect.SetMultimap<Class<? extends Annotation>,Element> elementsByAnnotation) |
public Set<? extends Class<? extends Annotation>> annotations()
annotations in interface com.google.auto.common.BasicAnnotationProcessor.ProcessingSteppublic Set<Element> process(com.google.common.collect.SetMultimap<Class<? extends Annotation>,Element> elementsByAnnotation)
process in interface com.google.auto.common.BasicAnnotationProcessor.ProcessingStepprotected com.squareup.javapoet.ClassName getDriverInterfaceType()
protected com.squareup.javapoet.ClassName getDriverSuperclassType()
protected com.squareup.javapoet.ClassName getEditorDelegateType()
Copyright © 2018–2020 The GWT Authors. All rights reserved.