jdk/src/java.base/share/classes/java/lang/reflect/AnnotatedType.java
changeset 35302 e4d2275861c3
parent 34708 4a1e3728135c
equal deleted inserted replaced
35301:12dabfdd1997 35302:e4d2275861c3
    58      *     refers to a non-existent type declaration
    58      *     refers to a non-existent type declaration
    59      * @throws MalformedParameterizedTypeException if the owner type
    59      * @throws MalformedParameterizedTypeException if the owner type
    60      *     refers to a parameterized type that cannot be instantiated
    60      *     refers to a parameterized type that cannot be instantiated
    61      *     for any reason
    61      *     for any reason
    62      *
    62      *
    63      * @since 1.9
    63      * @since 9
    64      */
    64      */
    65     default AnnotatedType getAnnotatedOwnerType() {
    65     default AnnotatedType getAnnotatedOwnerType() {
    66         return null;
    66         return null;
    67     }
    67     }
    68 
    68