Skip to content

Instantly share code, notes, and snippets.

@keithrbennett
Created November 27, 2009 03:05
Show Gist options
  • Select an option

  • Save keithrbennett/243800 to your computer and use it in GitHub Desktop.

Select an option

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