<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT hover EMPTY>
<!ATTLIST hover
id CDATA #REQUIRED
class CDATA #REQUIRED
label CDATA #IMPLIED
description CDATA #IMPLIED
activate (true | false) "false">
org.eclipse.jdt.ui.text.java.hover.IJavaEditorTextHover
<extension point="org.eclipse.jdt.ui.javaEditorTextHover"> <hover id="org.eclipse.example.jdt.internal.debug.ui.JavaDebugHover" class="org.eclipse.example.jdt.internal.debug.ui.JavaDebugHover" label="%javaVariableHover"/> </hover> </extension>
Copyright (c) 2001, 2004 IBM Corporation and others.
This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html/
SPDX-License-Identifier: EPL-2.0