jdk/src/share/classes/sun/awt/CharsetString.java
changeset 12813 c10ab96dcf41
parent 5506 202f599c92aa
child 13165 679567fae315
equal deleted inserted replaced
12491:b3a91113026c 12813:c10ab96dcf41
    22  * or visit www.oracle.com if you need additional information or have any
    22  * or visit www.oracle.com if you need additional information or have any
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 package sun.awt;
    25 package sun.awt;
    26 
    26 
       
    27 import javax.tools.annotation.GenerateNativeHeader;
       
    28 
       
    29 /* No native methods here, but the constants are needed in the supporting JNI code */
       
    30 @GenerateNativeHeader
    27 public class CharsetString {
    31 public class CharsetString {
    28     /**
    32     /**
    29      * chars for this string.  See also offset, length.
    33      * chars for this string.  See also offset, length.
    30      */
    34      */
    31     public char[] charsetChars;
    35     public char[] charsetChars;