--- old/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/core/package-info.java 2015-10-21 14:10:04.000000000 +0200 +++ new/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/core/package-info.java 2015-10-21 14:10:04.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -36,25 +36,25 @@ * The meaning of parameterizations are as follows: * *
- *
T + *
T
*
Represents an use of type, such as {@code int}, {@code Foo[]}, or {@code List}. - * Corresponds to {@link Type}. - * - *
C + * Corresponds to {@link java.lang.reflect.Type}. +* + *
C
*
Represents a declaration of a type (that is, class, interface, enum, or annotation.) * This doesn't include {@code int}, {@code Foo[]}, or {@code List}, because * they don't have corresponding declarations. - * Corresponds to {@link Class} (roughly). + * Corresponds to {@link java.lang.Class} (roughly).
* - *
F + *
F
*
Represents a field. - * Corresponds to {@link Field}. + * Corresponds to {@link java.lang.reflect.Field}.
* - *
M + *
M
*
Represents a method. - * Corresponds to {@link Method}. + * Corresponds to {@link java.lang.reflect.Method}.
* - *
+ *
*/ @XmlSchema(namespace="http://jaxb.dev.java.net/xjc/model",elementFormDefault=QUALIFIED) package com.sun.xml.internal.bind.v2.model.core;