jaxws/src/java.xml.bind/share/classes/module-info.java
changeset 43852 93a527059d8a
parent 43752 3c68ef249093
child 44285 8ee772e49cbb
equal deleted inserted replaced
43752:3c68ef249093 43852:93a527059d8a
     1 /*
     1 /*
     2  * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2017, 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
    32     requires transitive java.activation;
    32     requires transitive java.activation;
    33     requires transitive java.xml;
    33     requires transitive java.xml;
    34     requires java.compiler;
    34     requires java.compiler;
    35     requires java.desktop;
    35     requires java.desktop;
    36     requires java.logging;
    36     requires java.logging;
       
    37     requires jdk.unsupported;
    37 
    38 
    38     uses javax.xml.bind.JAXBContextFactory;
    39     uses javax.xml.bind.JAXBContextFactory;
    39 
    40 
    40     exports javax.xml.bind;
    41     exports javax.xml.bind;
    41     exports javax.xml.bind.annotation;
    42     exports javax.xml.bind.annotation;