org.androidannotations.annotations.res
Annotation Type DimensionPixelSizeRes


@Retention(value=CLASS)
@Target(value=FIELD)
public @interface DimensionPixelSizeRes

Use on Integer or int fields in any enhanced classes that should be injected with this specific dimension pixel size resource.

The annotation value must be one of R.dimen.* fields. If the value is not set, the field name will be used as the R.dimen.* field name.


Optional Element Summary
 String resName
           
 int value
           
 

value

public abstract int value
Default:
-1

resName

public abstract String resName
Default:
""


Copyright © 2010-2014. All Rights Reserved.