Skip to content

Instantly share code, notes, and snippets.

@emmanuelbernard
Created April 4, 2011 12:15
Show Gist options
  • Save emmanuelbernard/901540 to your computer and use it in GitHub Desktop.
Save emmanuelbernard/901540 to your computer and use it in GitHub Desktop.
class AddressableObject<T extends Address> {
T getAddress();
}
class IPContainer<IPAddress> {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment