com.googlecode.androidannotations.annotations
Annotation Type EViewGroup


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

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

Supported annotations in @EViewGroup :

See Also:
How to build a custom component.

Optional Element Summary
 String resName
           
 int value
           
 

value

public abstract int value
Default:
-1

resName

public abstract String resName
Default:
""


Copyright © 2010-2013. All Rights Reserved.