jdk/test/javax/management/mxbean/MXBeanAnnotationTest.java
changeset 44423 306c020eb154
parent 30376 2ccf2cf7ea48
equal deleted inserted replaced
44422:14ab3266fe62 44423:306c020eb154
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 6316491
    26  * @bug 6316491
    27  * @summary Check that the MXBean annotation works as advertised
    27  * @summary Check that the MXBean annotation works as advertised
    28  * @author Eamonn McManus
    28  * @author Eamonn McManus
    29  * @modules java.management
    29  *
    30  * @run clean MXBeanAnnotationTest
    30  * @run clean MXBeanAnnotationTest
    31  * @run build MXBeanAnnotationTest
    31  * @run build MXBeanAnnotationTest
    32  * @run main MXBeanAnnotationTest
    32  * @run main MXBeanAnnotationTest
    33  */
    33  */
    34 
    34