jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/package-info.java
changeset 19645 36f707905f2b
parent 12009 4abb694f273a
equal deleted inserted replaced
19257:30a1d677a20c 19645:36f707905f2b
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    57  * <dt>
    57  * <dt>
    58  */
    58  */
    59 @XmlSchema(namespace="http://jaxb.dev.java.net/xjc/model",elementFormDefault=QUALIFIED)
    59 @XmlSchema(namespace="http://jaxb.dev.java.net/xjc/model",elementFormDefault=QUALIFIED)
    60 package com.sun.xml.internal.bind.v2.model.core;
    60 package com.sun.xml.internal.bind.v2.model.core;
    61 
    61 
    62 import java.lang.reflect.Type;
       
    63 import java.lang.reflect.Method;
       
    64 import java.lang.reflect.Field;
       
    65 
       
    66 import javax.xml.bind.annotation.XmlSchema;
    62 import javax.xml.bind.annotation.XmlSchema;
    67 
    63 
    68 import static javax.xml.bind.annotation.XmlNsForm.QUALIFIED;
    64 import static javax.xml.bind.annotation.XmlNsForm.QUALIFIED;