Package org.androidannotations.annotations.res

Annotation Types Summary
AnimationRes Use on XmlResourceParser fields in any enhanced classes that should be injected with this specific animation resource.
BooleanRes Use on Boolean or boolean fields in any enhanced classes that should be injected with this specific boolean resource.
ColorRes Use on Integer or int fields in any enhanced classes that should be injected with this specific color resource.
ColorStateListRes Use on ColorStateList fields in any enhanced classes that should be injected with this specific color state list resource.
DimensionPixelOffsetRes Use on Integer or int fields in any enhanced classes that should be injected with this specific dimension pixel offset resource.
DimensionPixelSizeRes Use on Integer or int fields in any enhanced classes that should be injected with this specific dimension pixel size resource.
DimensionRes Use on Float or float fields in any enhanced classes that should be injected with this specific dimension resource.
DrawableRes Use on Drawable fields in any enhanced classes that should be injected with this specific drawable resource.
HtmlRes Use on CharSequence or Spanned fields in any enhanced classes that should be injected with this specific string resource as HTML.
IntArrayRes Use on Integer or int array fields in any enhanced classes that should be injected with this specific int array resource.
IntegerRes Use on Integer or int fields in any enhanced classes that should be injected with this specific integer resource.
LayoutRes Use on XmlResourceParser fields in any enhanced classes that should be injected with this specific layout resource.
MovieRes Use on android.graphics.Movie fields in any enhanced classes that should be injected with this specific movie resource.
StringArrayRes Use on String array fields in any enhanced classes that should be injected with this specific string array resource.
StringRes Use on String fields in any enhanced classes that should be injected with this specific string resource.
TextArrayRes Use on CharSequence array fields in any enhanced classes that should be injected with this specific string array resource.
TextRes Use on CharSequence fields in any enhanced classes that should be injected with this specific string resource.
 



Copyright © 2010-2014. All Rights Reserved.