Skip to content

Instantly share code, notes, and snippets.

@keithrbennett
Created November 27, 2009 03:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keithrbennett/243800 to your computer and use it in GitHub Desktop.
Save keithrbennett/243800 to your computer and use it in GitHub Desktop.
/**
* For columns that can be identified by a key name.
*/
public interface ColumnWithKey {
String getColumnKey();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment