org.androidannotations.annotations.sharedpreferences
Annotation Type DefaultLong


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

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

The annotation value must be a long.


Required Element Summary
 long value
           
 

Element Detail

value

public abstract long value


Copyright © 2010-2014. All Rights Reserved.