import java.util.List; class A { void method(List y, boolean a){} /** * {@link #method(java.util.List, boolean)} */ void bar() {} }