com.googlecode.androidannotations.annotations
Annotation Type EBean


@Retention(value=CLASS)
@Target(value=TYPE)
public @interface EBean

Should be used on custom classes to enable usage of AndroidAnnotations Any view related code should happen in an AfterViews annotated method.

Most annotations are supported in EBean classes


Optional Element Summary
 Scope scope
           
 

scope

public abstract Scope scope
Default:
com.googlecode.androidannotations.api.Scope.Default


Copyright © 2010-2013. All Rights Reserved.