jdk/src/java.management/share/classes/javax/management/DescriptorKey.java
changeset 29927 9cc3e111a1d8
parent 25859 3317bb8137f4
child 44858 7183899b064b
equal deleted inserted replaced
29926:2eceae3716d9 29927:9cc3e111a1d8
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   166  */
   166  */
   167 @Documented
   167 @Documented
   168 @Retention(RetentionPolicy.RUNTIME)
   168 @Retention(RetentionPolicy.RUNTIME)
   169 @Target(ElementType.METHOD)
   169 @Target(ElementType.METHOD)
   170 public @interface DescriptorKey {
   170 public @interface DescriptorKey {
       
   171     /**
       
   172      * Returns the descriptor key.
       
   173      * @return the descriptor key
       
   174      */
   171     String value();
   175     String value();
   172 }
   176 }