git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@981487
13f79535-47bb-0310-9956-
ffa450edef68
/**
* For classes packaged with the web application, the class and each
- * super class needs to be checked for a match with {@Link HandlesTypes} or
- * for an annotation that matches {@Link HandlesTypes}.
+ * super class needs to be checked for a match with {@link HandlesTypes} or
+ * for an annotation that matches {@link HandlesTypes}.
* @param javaClass
*/
protected void checkHandlesTypes(JavaClass javaClass) {
* {@link ObjectName} that will be used to register this component.
*
* @return The string representation of the key properties component of the
- * desired {@Link ObjectName}
+ * desired {@link ObjectName}
*/
protected abstract String getObjectNameKeyProperties();