jdk/test/javax/management/Introspector/Described.java
changeset 33315 d2a313368ccb
parent 5506 202f599c92aa
child 33316 7a1a203436f7
equal deleted inserted replaced
33268:8db7e6cffaf4 33315:d2a313368ccb
    23 
    23 
    24 /**
    24 /**
    25  *
    25  *
    26  * Used by AnnotationSecurityTest.java
    26  * Used by AnnotationSecurityTest.java
    27  **/
    27  **/
    28 import java.beans.ConstructorProperties;
    28 import javax.management.ConstructorProperties;
    29 
    29 
    30 /**
    30 /**
    31  * An MBean used by AnnotationSecurityTest.java
    31  * An MBean used by AnnotationSecurityTest.java
    32  **/
    32  **/
    33 public class Described implements DescribedMBean {
    33 public class Described implements DescribedMBean {