package p; public class FooParameter<T> { public T t; public FooParameter(T t) { this.t = t; } }