@SupportedAnnotationTypes(value="com.github.bleeding182.sharedpreferences.annotations.SharedPreference")
@SupportedSourceVersion(value=RELEASE_7)
public class SharedPreferencesAnnotationProcessor
extends javax.annotation.processing.AbstractProcessor
| Constructor and Description |
|---|
SharedPreferencesAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv) |
public SharedPreferencesAnnotationProcessor()
public boolean process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv)
process in interface javax.annotation.processing.Processorprocess in class javax.annotation.processing.AbstractProcessor