Skip to content

Instantly share code, notes, and snippets.

@Eugeny
Created February 19, 2011 17:42
Show Gist options
  • Save Eugeny/835217 to your computer and use it in GitHub Desktop.
Save Eugeny/835217 to your computer and use it in GitHub Desktop.
class Cls<T> {
blah-blah
}
class B {
public List<Cls<?>> list;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment