com.googlecode.androidannotations.processing
Class PrefProcessor

java.lang.Object
  extended by com.googlecode.androidannotations.processing.PrefProcessor
All Implemented Interfaces:
HasTarget, ElementProcessor

public class PrefProcessor
extends java.lang.Object
implements ElementProcessor


Constructor Summary
PrefProcessor(AnnotationElements validatedModel)
           
 
Method Summary
 java.lang.Class<? extends java.lang.annotation.Annotation> getTarget()
           
 void process(javax.lang.model.element.Element element, com.sun.codemodel.JCodeModel codeModel, EBeansHolder activitiesHolder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrefProcessor

public PrefProcessor(AnnotationElements validatedModel)
Method Detail

getTarget

public java.lang.Class<? extends java.lang.annotation.Annotation> getTarget()
Specified by:
getTarget in interface HasTarget

process

public void process(javax.lang.model.element.Element element,
                    com.sun.codemodel.JCodeModel codeModel,
                    EBeansHolder activitiesHolder)
Specified by:
process in interface ElementProcessor


Copyright © 2010-2012. All Rights Reserved.