org.androidannotations.annotations.sharedpreferences
Annotation Type DefaultInt


@Retention(value=CLASS)
@Target(value=METHOD)
public @interface DefaultInt

Use on methods in SharedPref annotated class to specified the default value of this preference.

The annotation value must be an int.


Required Element Summary
 int value
           
 

Element Detail

value

public abstract int value


Copyright © 2010-2014. All Rights Reserved.