org.androidannotations.annotations.sharedpreferences
Annotation Type DefaultString


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

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

The annotation value must be a String.


Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2010-2014. All Rights Reserved.