butterknife
Class Views.InjectViewProcessor

java.lang.Object
  extended by javax.annotation.processing.AbstractProcessor
      extended by butterknife.Views.InjectViewProcessor
All Implemented Interfaces:
Processor
Enclosing class:
Views

@SupportedAnnotationTypes(value="butterknife.InjectView")
public static class Views.InjectViewProcessor
extends AbstractProcessor


Field Summary
 
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
 
Constructor Summary
Views.InjectViewProcessor()
           
 
Method Summary
 SourceVersion getSupportedSourceVersion()
           
 boolean process(Set<? extends TypeElement> elements, RoundEnvironment env)
           
 
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Views.InjectViewProcessor

public Views.InjectViewProcessor()
Method Detail

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.