class Test { /** * Test. * * @param X my string * @param my type * @param another type */ X getValue(String X) {return null;} }