jdk/src/share/classes/java/awt/dnd/DnDConstants.java
changeset 12813 c10ab96dcf41
parent 5506 202f599c92aa
child 16734 da1901d79073
--- a/jdk/src/share/classes/java/awt/dnd/DnDConstants.java	Wed Jul 05 18:09:43 2017 +0200
+++ b/jdk/src/share/classes/java/awt/dnd/DnDConstants.java	Thu Jun 07 18:05:09 2012 -0700
@@ -25,12 +25,15 @@
 
 package java.awt.dnd;
 
+import javax.tools.annotation.GenerateNativeHeader;
+
 /**
  * This class contains constant values representing
  * the type of action(s) to be performed by a Drag and Drop operation.
  * @since 1.2
  */
-
+/* No native methods here, but the constants are needed in the supporting JNI code */
+@GenerateNativeHeader
 public final class DnDConstants {
 
     private DnDConstants() {} // define null private constructor.