All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.jaxb.jaxb-jxc.2.3.9.source-code.module-info Maven / Gradle / Ivy

Go to download

JAXB schema generator.The *tool* to generate XML schema based on java classes.

There is a newer version: 4.0.5
Show newest version
/*
 * Copyright (c) 2017, 2023 Oracle and/or its affiliates. All rights reserved.
 *
 * This program and the accompanying materials are made available under the
 * terms of the Eclipse Distribution License v. 1.0, which is available at
 * http://www.eclipse.org/org/documents/edl-v10.php.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

/**
 * JAXB schema generator.The *tool* to generate XML schema based on java classes.
 */
module org.glassfish.jaxb.jxc {

    requires transitive java.xml.bind;
    requires transitive java.compiler;
    requires jdk.compiler;
    requires java.logging;
    requires transitive org.glassfish.jaxb.runtime;
    requires transitive org.glassfish.jaxb.xjc;
    requires transitive com.sun.xml.txw2;


    exports com.sun.tools.jxc;
    exports com.sun.tools.jxc.ap;
    exports com.sun.tools.jxc.api;
    exports com.sun.tools.jxc.gen.config;
    exports com.sun.tools.jxc.model.nav;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy