com.googlecode.androidannotations.processing
Class UiThreadProcessor

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

public class UiThreadProcessor
extends Object
implements DecoratingElementProcessor


Constructor Summary
UiThreadProcessor()
           
 
Method Summary
 Class<? extends Annotation> getTarget()
           
 void process(Element element, com.sun.codemodel.JCodeModel codeModel, EBeanHolder holder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UiThreadProcessor

public UiThreadProcessor()
Method Detail

getTarget

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

process

public void process(Element element,
                    com.sun.codemodel.JCodeModel codeModel,
                    EBeanHolder holder)
             throws com.sun.codemodel.JClassAlreadyExistsException
Specified by:
process in interface DecoratingElementProcessor
Throws:
com.sun.codemodel.JClassAlreadyExistsException


Copyright © 2010-2013. All Rights Reserved.