--- old/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/package-info.java 2015-10-16 12:57:47.000000000 +0200 +++ new/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/package-info.java 2015-10-16 12:57:47.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 @@ -28,7 +28,7 @@ * *

Overview

*

- * This module provides code that implements {@link JAXBContext}. + * This module provides code that implements {@link javax.xml.bind.JAXBContext}. * Roughly speaking the runtime works like this: * *

    @@ -37,7 +37,7 @@ *
  1. There's a set of classes that constitute the unmarshaller and marshaller. * Each class represents a small portion, and they are composed to perform * the operations. - *
  2. {@link JAXBContextImpl} builds itself by reading the model and + *
  3. {@link com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl} builds itself by reading the model and * composing unmarshallers and marshallers. *
* @@ -68,7 +68,7 @@ * packages of the binding model. * *
- * + * *
* *

@@ -109,13 +109,13 @@ * For more details, see the javadoc of each component. * *

- * + * *
* * TODO: link to classes from above pictures * * - *

Evolution Rules

+ *

Evolution Rules

* None of the class in this package or below should be directly * referenced by the generated code. Hence they can be changed freely * from versions to versions. @@ -125,7 +125,7 @@ * *

Performance Characteristics

*

- * Model construction happens inside {@link JAXBContext#newInstance(Class[])}. + * Model construction happens inside {@link javax.xml.bind.JAXBContext#newInstance(Class[])}. * It's desirable for this step to be fast and consume less memory, * but it's not too performance sensitive. * @@ -139,10 +139,10 @@ * *

Bootstrap Sequence

*

- * The following picture illustrates how the {@link JAXBContext#newInstance(Class[])} method + * The following picture illustrates how the {@link javax.xml.bind.JAXBContext#newInstance(Class[])} method * triggers activities. * - * {@SequenceDiagram + * {@code SequenceDiagram boxwid=1.2; pobject(U,"user"); @@ -177,6 +177,6 @@ complete(A); * } * - * @ArchitectureDocument + * It's part of ArchitectureDocument. */ package com.sun.xml.internal.bind.v2;