blob: 54e403fcfc2dd81cb321da7f042eb709662b91ed [file] [log] [blame]
public class Foo {
/**
*description
*@param i this is a parameter
*@param <T> type of object to do something with.
*/
public <T> void foo(T i){}
}