jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/api/impl/s2j/ElementCollectionAdapter.java
changeset 27837 86d4f46e622a
parent 25871 b80b84e87032
child 28887 88470f768658
equal deleted inserted replaced
27581:9fffb959eb41 27837:86d4f46e622a
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2014, 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
    38 import com.sun.codemodel.internal.JExpression;
    38 import com.sun.codemodel.internal.JExpression;
    39 import com.sun.codemodel.internal.JForEach;
    39 import com.sun.codemodel.internal.JForEach;
    40 import com.sun.codemodel.internal.JType;
    40 import com.sun.codemodel.internal.JType;
    41 import com.sun.codemodel.internal.JVar;
    41 import com.sun.codemodel.internal.JVar;
    42 import com.sun.tools.internal.xjc.model.CElementInfo;
    42 import com.sun.tools.internal.xjc.model.CElementInfo;
    43 import static com.sun.tools.internal.xjc.outline.Aspect.EXPOSED;
    43 import static com.sun.tools.internal.xjc.model.Aspect.EXPOSED;
    44 import com.sun.tools.internal.xjc.outline.FieldAccessor;
    44 import com.sun.tools.internal.xjc.outline.FieldAccessor;
    45 import com.sun.tools.internal.xjc.outline.FieldOutline;
    45 import com.sun.tools.internal.xjc.outline.FieldOutline;
    46 
    46 
    47 /**
    47 /**
    48  * {@link ElementAdapter} that works with a collection
    48  * {@link ElementAdapter} that works with a collection