class Foo { /** * description * * @param i this is a parameter * @param type of object to do something with. */ public void foo(T i){} }