< prev index next >

src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/core/ElementInfo.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
*** 70,88 **** * @see #getContentType() */ T getContentInMemoryType(); /** ! * Returns the representation for {@link JAXBElement}&lt;<i>contentInMemoryType</i>&gt;. * * <p> * This returns the signature in Java and thus isn't affected by the adapter. */ T getType(); /** ! * @inheritDoc * * {@link ElementInfo} can only substitute {@link ElementInfo}. */ ElementInfo<T,C> getSubstitutionHead(); --- 70,88 ---- * @see #getContentType() */ T getContentInMemoryType(); /** ! * Returns the representation for {@link JAXBElement}<i>{@code <contentInMemoryType>}</i>. * * <p> * This returns the signature in Java and thus isn't affected by the adapter. */ T getType(); /** ! * {@inheritDoc} * * {@link ElementInfo} can only substitute {@link ElementInfo}. */ ElementInfo<T,C> getSubstitutionHead();
< prev index next >