Skip to content

Instantly share code, notes, and snippets.

@niloc132
Created August 26, 2013 20:45
Show Gist options
  • Save niloc132/6346457 to your computer and use it in GitHub Desktop.
Save niloc132/6346457 to your computer and use it in GitHub Desktop.
public interface OptionsObj {
public List<String> getKeys();
public void setKeys(List<String> keys);
@PropertyName("include_docs")
public boolean isIncludeDocs();
@PropertyName("include_docs")
publiv void setIncludeDocs(boolean includeDocs);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment