jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/runtime/RuntimeClassInfo.java
changeset 33547 e4c76ac38b12
parent 25871 b80b84e87032
equal deleted inserted replaced
33390:d131f4b8433a 33547:e4c76ac38b12
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2015, 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
    31 import java.util.Map;
    31 import java.util.Map;
    32 
    32 
    33 import javax.xml.namespace.QName;
    33 import javax.xml.namespace.QName;
    34 
    34 
    35 import com.sun.xml.internal.bind.v2.model.core.ClassInfo;
    35 import com.sun.xml.internal.bind.v2.model.core.ClassInfo;
       
    36 import com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl;
    36 import com.sun.xml.internal.bind.v2.runtime.reflect.Accessor;
    37 import com.sun.xml.internal.bind.v2.runtime.reflect.Accessor;
    37 import com.sun.xml.internal.bind.annotation.XmlLocation;
    38 import com.sun.xml.internal.bind.annotation.XmlLocation;
    38 
    39 
    39 import org.xml.sax.Locator;
    40 import org.xml.sax.Locator;
    40 
    41 
    56      *
    57      *
    57      * @return
    58      * @return
    58      *      unoptimized accessor.
    59      *      unoptimized accessor.
    59      *      non-null iff {@link #hasAttributeWildcard()}==true.
    60      *      non-null iff {@link #hasAttributeWildcard()}==true.
    60      *
    61      *
    61      * @see Accessor#optimize()
    62      * @see Accessor#optimize(JAXBContextImpl)
    62      */
    63      */
    63     <BeanT> Accessor<BeanT,Map<QName,String>> getAttributeWildcard();
    64     <BeanT> Accessor<BeanT,Map<QName,String>> getAttributeWildcard();
    64 
    65 
    65     /**
    66     /**
    66      * If this JAXB bean has a property annotated with {@link XmlLocation},
    67      * If this JAXB bean has a property annotated with {@link XmlLocation},