org.androidannotations.annotations.sharedpreferences
Annotation Type DefaultFloat


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

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

The annotation value must be a float.


Required Element Summary
 float value
           
 

Element Detail

value

public abstract float value


Copyright © 2010-2014. All Rights Reserved.