- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {Gson g =
new Gson()
GsonBuilder gsonBuilder;gsonBuilder.create()
new GsonBuilder().create()
- Smart code suggestions by Codota
}
/** * @param storeTrait the store trait to check * @return true if the store has the given trait. */ public boolean hasTrait(final StoreTrait storeTrait) { return store.hasTrait(storeTrait); }