SingletonTest icon indicating copy to clipboard operation
SingletonTest copied to clipboard

快速生成单例模式的预设

#studio 快速生成 单例模式的插件

#单例的六种生成方式:

LazyUnSafe,LazySafe,Hungry,DoubleCheck,StaticInner,Enum;

六种生成方式的参考

#安装预设

1.Android studio
File->Settings..->Plugins-->Browse repositores..搜索SingletonTest 2.安装插件,重启android studio

#使用截图

Reference&Thanks:

https://github.com/zzz40500/GsonFormat