com.googlecode.androidannotations.processing
Class FromHtmlProcessor

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

public class FromHtmlProcessor
extends java.lang.Object
implements ElementProcessor


Constructor Summary
FromHtmlProcessor(IRClass rClass)
           
 
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

FromHtmlProcessor

public FromHtmlProcessor(IRClass rClass)
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)
             throws java.lang.Exception
Specified by:
process in interface ElementProcessor
Throws:
java.lang.Exception


Copyright © 2010-2012. All Rights Reserved.