< prev index next >

src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/impl/ClassInfoImpl.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
*** 417,427 **** } return null; } /** ! * This hook is used by {@link RuntimeClassInfoImpl} to look for {@link XmlLocation}. */ protected void checkFieldXmlLocation(F f) { } /** --- 417,427 ---- } return null; } /** ! * This hook is used by {@link RuntimeClassInfoImpl} to look for {@link com.sun.xml.internal.bind.annotation.XmlLocation}. */ protected void checkFieldXmlLocation(F f) { } /**
*** 1243,1253 **** if(props.size()!=1) return false; return props.get(0).kind()==PropertyKind.VALUE; } /** ! * Called after all the {@link TypeInfo}s are collected into the {@link #owner}. */ @Override /*package*/ void link() { getProperties(); // make sure properties!=null --- 1243,1253 ---- if(props.size()!=1) return false; return props.get(0).kind()==PropertyKind.VALUE; } /** ! * Called after all the {@link com.sun.xml.internal.bind.v2.model.core.TypeInfo}s are collected into the {@link #owner}. */ @Override /*package*/ void link() { getProperties(); // make sure properties!=null
< prev index next >