本文整理汇总了Java中org.androidannotations.annotations.sharedpreferences.DefaultString类的典型用法代码示例。如果您正苦于以下问题:Java DefaultString类的具体用法?Java DefaultString怎么用?Java DefaultString使用的例子?那么, 这里精选的类代码示例或许可以为您提供帮助。
DefaultString类属于org.androidannotations.annotations.sharedpreferences包,在下文中一共展示了DefaultString类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Java代码示例。
示例1: sampleProgram
import org.androidannotations.annotations.sharedpreferences.DefaultString; //导入依赖的package包/类
@NonNull
@DefaultString("sample/")
String sampleProgram();
示例2: vwebDomain
import org.androidannotations.annotations.sharedpreferences.DefaultString; //导入依赖的package包/类
@DefaultString("http://192.168.1.222:5000")
String vwebDomain();
示例3: coinCode
import org.androidannotations.annotations.sharedpreferences.DefaultString; //导入依赖的package包/类
@DefaultString("BTC")
String coinCode();
示例4: phpsessid
import org.androidannotations.annotations.sharedpreferences.DefaultString; //导入依赖的package包/类
@DefaultString("")
String phpsessid();
示例5: HueUsername
import org.androidannotations.annotations.sharedpreferences.DefaultString; //导入依赖的package包/类
@DefaultString("")
String HueUsername();
示例6: HueURL
import org.androidannotations.annotations.sharedpreferences.DefaultString; //导入依赖的package包/类
@DefaultString("xxx")
String HueURL();
示例7: userName
import org.androidannotations.annotations.sharedpreferences.DefaultString; //导入依赖的package包/类
@DefaultString(Config.DEFAULT_USER_NAME)
String userName();
示例8: userEmail
import org.androidannotations.annotations.sharedpreferences.DefaultString; //导入依赖的package包/类
@DefaultString(Config.DEFAULT_EMAIL)
String userEmail();
示例9: accessToken
import org.androidannotations.annotations.sharedpreferences.DefaultString; //导入依赖的package包/类
@DefaultString("")
String accessToken();
示例10: firstName
import org.androidannotations.annotations.sharedpreferences.DefaultString; //导入依赖的package包/类
@DefaultString("")
String firstName();
示例11: lastName
import org.androidannotations.annotations.sharedpreferences.DefaultString; //导入依赖的package包/类
@DefaultString("")
String lastName();
示例12: password
import org.androidannotations.annotations.sharedpreferences.DefaultString; //导入依赖的package包/类
@DefaultString("")
String password();
示例13: qqOpenId
import org.androidannotations.annotations.sharedpreferences.DefaultString; //导入依赖的package包/类
@DefaultString("")
String qqOpenId();
示例14: qqNickName
import org.androidannotations.annotations.sharedpreferences.DefaultString; //导入依赖的package包/类
@DefaultString("")
String qqNickName();
示例15: userName
import org.androidannotations.annotations.sharedpreferences.DefaultString; //导入依赖的package包/类
@DefaultString("")
String userName();