langtools/src/share/classes/com/sun/tools/javac/model/AnnotationProxyMaker.java
changeset 5847 1908176fd6e3
parent 5843 e659a8974c9c
child 6931 d6339142c51f
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    48  * java.lang.annotation.Annotation.
    48  * java.lang.annotation.Annotation.
    49  *
    49  *
    50  * <p> The "dynamic proxy return form" of an annotation element value is
    50  * <p> The "dynamic proxy return form" of an annotation element value is
    51  * the form used by sun.reflect.annotation.AnnotationInvocationHandler.
    51  * the form used by sun.reflect.annotation.AnnotationInvocationHandler.
    52  *
    52  *
    53  * <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    53  * <p><b>This is NOT part of any supported API.
    54  * you write code that depends on this, you do so at your own risk.
    54  * If you write code that depends on this, you do so at your own risk.
    55  * This code and its internal interfaces are subject to change or
    55  * This code and its internal interfaces are subject to change or
    56  * deletion without notice.</b>
    56  * deletion without notice.</b>
    57  */
    57  */
    58 
    58 
    59 public class AnnotationProxyMaker {
    59 public class AnnotationProxyMaker {