@SupportedAnnotationTypes(value={"android.databinding.BindingAdapter","android.databinding.Untaggable","android.databinding.BindingMethods","android.databinding.BindingConversion","android.databinding.BindingBuildInfo"})
public class ProcessDataBinding
extends javax.annotation.processing.AbstractProcessor
Modifier and Type | Class and Description |
---|---|
static class |
ProcessDataBinding.ProcessingStep
To ensure execution order and binding build information, we use processing steps.
|
Constructor and Description |
---|
ProcessDataBinding() |
Modifier and Type | Method and Description |
---|---|
javax.lang.model.SourceVersion |
getSupportedSourceVersion() |
void |
init(javax.annotation.processing.ProcessingEnvironment processingEnv) |
boolean |
process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv) |
public boolean process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations, javax.annotation.processing.RoundEnvironment roundEnv)
process
in interface javax.annotation.processing.Processor
process
in class javax.annotation.processing.AbstractProcessor
public javax.lang.model.SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion
in interface javax.annotation.processing.Processor
getSupportedSourceVersion
in class javax.annotation.processing.AbstractProcessor
public void init(javax.annotation.processing.ProcessingEnvironment processingEnv)
init
in interface javax.annotation.processing.Processor
init
in class javax.annotation.processing.AbstractProcessor