com.googlecode.androidannotations.processing
Class UiThreadProcessor

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

public class UiThreadProcessor
extends java.lang.Object
implements ElementProcessor


Constructor Summary
UiThreadProcessor()
           
 
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

UiThreadProcessor

public UiThreadProcessor()
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.