< prev index next >

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

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1997, 2013, 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
*** 41,57 **** * The model for XJC also exposes a few additional information on top of the core model. * Those are defined in this package. This includes such information as: * * <dl> * <dt>Source location information ! * <dd>{@link Locator} object that can be used to tell where the model components * are created from in terms of the source file. Useful for error reporting. * * <dt>Source schema component ! * <dd>{@link XSComponent} object from which the model components are created from. ! * See {@link CCustomizable#getSchemaComponent()} for example. * * <dt>Plugin customizations ! * <dd>See {@link CCustomizable}. * </dl> */ package com.sun.tools.internal.xjc.model; --- 41,57 ---- * The model for XJC also exposes a few additional information on top of the core model. * Those are defined in this package. This includes such information as: * * <dl> * <dt>Source location information ! * <dd>{@link org.xml.sax.Locator} object that can be used to tell where the model components * are created from in terms of the source file. Useful for error reporting. * * <dt>Source schema component ! * <dd>{@link com.sun.xml.internal.xsom.XSComponent} object from which the model components are created from. ! * See {@link com.sun.tools.internal.xjc.model.CCustomizable#getSchemaComponent()} for example. * * <dt>Plugin customizations ! * <dd>See {@link com.sun.tools.internal.xjc.model.CCustomizable}. * </dl> */ package com.sun.tools.internal.xjc.model;
< prev index next >