package test; class Foo { } class Boo{} class Bar, FooT extends Foo>{ private final int myInt; public Bar(int i) { myInt = i; } }