jaxws/src/java.activation/share/classes/module-info.java
changeset 44285 8ee772e49cbb
parent 43752 3c68ef249093
child 44446 5e5429f2b555
equal deleted inserted replaced
44284:1bcb6cf6b150 44285:8ee772e49cbb
     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
    26 /**
    26 /**
    27  * Defines the JavaBeans Activation Framework (JAF) API.
    27  * Defines the JavaBeans Activation Framework (JAF) API.
    28  *
    28  *
    29  * @since 9
    29  * @since 9
    30  */
    30  */
       
    31 @Deprecated(since="9", forRemoval=true)
    31 module java.activation {
    32 module java.activation {
    32     requires transitive java.datatransfer;
    33     requires transitive java.datatransfer;
    33     requires java.logging;
    34     requires java.logging;
    34 
    35 
    35     exports javax.activation;
    36     exports javax.activation;