Skip to content

Instantly share code, notes, and snippets.

@Eugeny
Created January 27, 2011 12:56
Show Gist options
  • Save Eugeny/798469 to your computer and use it in GitHub Desktop.
Save Eugeny/798469 to your computer and use it in GitHub Desktop.
public abstract class Model<T>
public class Child extends Model<Child>
Child a = ...
a.getType().isAssignableFrom(Model.class) == false - WTF?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment