I want to easily create links to classes, methods, fields, etc. from within my Javadocs without having to type out the full expression e.g., {@link AllowAllHostnameVerifie
As an addition, you can also create links to methods by using {@link # Ctrl+Space for methods in the current class, or by using {@link ClassName# + Control Space for methods in ClassName.