jdk/src/share/classes/java/awt/Adjustable.java
changeset 12813 c10ab96dcf41
parent 5506 202f599c92aa
child 16734 da1901d79073
--- a/jdk/src/share/classes/java/awt/Adjustable.java	Wed Jul 05 18:09:43 2017 +0200
+++ b/jdk/src/share/classes/java/awt/Adjustable.java	Thu Jun 07 18:05:09 2012 -0700
@@ -27,6 +27,8 @@
 
 import java.awt.event.*;
 
+import javax.tools.annotation.GenerateNativeHeader;
+
 /**
  * The interface for objects which have an adjustable numeric value
  * contained within a bounded range of values.
@@ -34,7 +36,8 @@
  * @author Amy Fowler
  * @author Tim Prinzing
  */
-
+/* No native methods here, but the constants are needed in the supporting JNI code */
+@GenerateNativeHeader
 public interface Adjustable {
 
     /**