org.androidannotations.annotations.res
Annotation Type AnimationRes
@Retention(value=CLASS)
@Target(value=FIELD)
public @interface AnimationRes
Use on android.content.res.XmlResourceParser
fields in any enhanced
classes that should be injected with this specific animation resource.
The annotation value must be one of R.anim.* fields. If the value is not set,
the field name will be used as the R.anim.* field name.
value
public abstract int value
- Default:
- -1
resName
public abstract String resName
- Default:
- ""
Copyright © 2010-2014. All Rights Reserved.