com.googlecode.androidannotations.processing
Class UiThreadDelayedProcessor

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

public class UiThreadDelayedProcessor
extends java.lang.Object
implements ElementProcessor


Constructor Summary
UiThreadDelayedProcessor()
           
 
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 eBeansHolder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UiThreadDelayedProcessor

public UiThreadDelayedProcessor()
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 eBeansHolder)
             throws com.sun.codemodel.JClassAlreadyExistsException
Specified by:
process in interface ElementProcessor
Throws:
com.sun.codemodel.JClassAlreadyExistsException


Copyright © 2010-2012. All Rights Reserved.