com.googlecode.androidannotations.processing
Interface DecoratingElementProcessor

All Superinterfaces:
HasTarget
All Known Implementing Classes:
AbstractTrackingTouchProcessor, AfterInjectProcessor, AfterTextChangeProcessor, AfterViewsProcessor, AppProcessor, BackgroundProcessor, BeanProcessor, BeforeTextChangeProcessor, ClickProcessor, DeleteProcessor, ExtraProcessor, FragmentArgProcessor, FragmentByIdProcessor, FragmentByTagProcessor, FromHtmlProcessor, FullscreenProcessor, GetProcessor, HeadProcessor, HttpsClientProcessor, InstanceStateProcessor, ItemClickProcessor, ItemLongClickProcessor, ItemSelectedProcessor, LongClickProcessor, MethodProcessor, NonConfigurationInstanceProcessor, NoTitleProcessor, OnActivityResultProcessor, OptionsItemProcessor, OptionsMenuProcessor, OptionsProcessor, OrmLiteDaoProcessor, PostProcessor, PrefProcessor, PutProcessor, ResProcessor, RestServiceProcessor, RoboGuiceProcessor, RootContextProcessor, SeekBarProgressChangeProcessor, SeekBarTouchStartProcessor, SeekBarTouchStopProcessor, SystemServiceProcessor, TextChangeProcessor, TouchProcessor, TraceProcessor, TransactionalProcessor, UiThreadProcessor, ViewByIdProcessor

public interface DecoratingElementProcessor
extends HasTarget

An enclosed element is either a field or a method. If you come up with a better name, please let us know !


Method Summary
 void process(Element element, com.sun.codemodel.JCodeModel codeModel, EBeanHolder eBeanHolder)
           
 
Methods inherited from interface com.googlecode.androidannotations.helper.HasTarget
getTarget
 

Method Detail

process

void process(Element element,
             com.sun.codemodel.JCodeModel codeModel,
             EBeanHolder eBeanHolder)
             throws Exception
Throws:
Exception


Copyright © 2010-2013. All Rights Reserved.