< prev index next >

src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIXSubstitutable.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, 2017, 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
*** 32,42 **** /** * Forces a non-collapsing behavior to allow extension schemas * to perform element substitutions. * ! * See https://jaxb.dev.java.net/issues/show_bug.cgi?id=289 * * @author Kohsuke Kawaguchi * @since 2.1.1 */ @XmlRootElement(name="substitutable",namespace= Const.XJC_EXTENSION_URI) --- 32,42 ---- /** * Forces a non-collapsing behavior to allow extension schemas * to perform element substitutions. * ! * See https://github.com/javaee/jaxb-v2/issues/289 * * @author Kohsuke Kawaguchi * @since 2.1.1 */ @XmlRootElement(name="substitutable",namespace= Const.XJC_EXTENSION_URI)
< prev index next >