butterknife
Class Views.InjectViewProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
butterknife.Views.InjectViewProcessor
- All Implemented Interfaces:
- Processor
- Enclosing class:
- Views
@SupportedAnnotationTypes(value="butterknife.InjectView")
public static class Views.InjectViewProcessor
- extends AbstractProcessor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Views.InjectViewProcessor
public Views.InjectViewProcessor()
getSupportedSourceVersion
public SourceVersion getSupportedSourceVersion()
- Specified by:
getSupportedSourceVersion in interface Processor- Overrides:
getSupportedSourceVersion in class AbstractProcessor
process
public boolean process(Set<? extends TypeElement> elements,
RoundEnvironment env)
- Specified by:
process in interface Processor- Specified by:
process in class AbstractProcessor
Copyright © 2013 Square, Inc.. All Rights Reserved.