< prev index next >

src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/package-info.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1997, 2012, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 29,39 **** * <p> * This module contains the code that implements the schema compiler 'XJC'. * * * <h2>XJC Architecture Diagram</h2> ! * {@DotDiagram digraph G { rankdir=TB; // data node [shape=box]; // style=filled,color=lightpink]; --- 29,39 ---- * <p> * This module contains the code that implements the schema compiler 'XJC'. * * * <h2>XJC Architecture Diagram</h2> ! * {@code DotDiagram digraph G { rankdir=TB; // data node [shape=box]; // style=filled,color=lightpink];
*** 76,90 **** * <dd> * Outline can be thought as a series of links between a model * and CodeModel. * </dl> * ! * {@DotDiagram * digraph G { * rankdir = LR; * schema -> reader -> model -> backend -> outline; * } * } * ! * @ArchitectureDocument */ package com.sun.tools.internal.xjc; --- 76,90 ---- * <dd> * Outline can be thought as a series of links between a model * and CodeModel. * </dl> * ! * {@code DotDiagram * digraph G { * rankdir = LR; * schema -> reader -> model -> backend -> outline; * } * } * ! * ArchitectureDocument (JAXB Architecture Document project) */ package com.sun.tools.internal.xjc;
< prev index next >