com.googlecode.androidannotations.annotations
Annotation Type EView


@Retention(value=SOURCE)
@Target(value=TYPE)
public @interface EView

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

Supported annotations in @EView :

See Also:
How to build a custom component.



Copyright © 2010-2012. All Rights Reserved.