org.androidannotations.annotations.sharedpreferences
Annotation Type DefaultBoolean


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

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

The annotation value must be a boolean.


Required Element Summary
 boolean value
           
 

Element Detail

value

public abstract boolean value


Copyright © 2010-2014. All Rights Reserved.