ght.mdsal.mdsal-binding-dom-codec-spi.11.0.10.source-code.module-info Maven / Gradle / Ivy
/*
* Copyright (c) 2020 PANTHEON.tech, s.r.o. and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
module org.opendaylight.mdsal.binding.dom.codec.spi {
exports org.opendaylight.mdsal.binding.dom.codec.spi;
requires transitive org.opendaylight.mdsal.binding.dom.codec.api;
requires org.opendaylight.mdsal.binding.spec.util;
// Annotations
requires static transitive org.eclipse.jdt.annotation;
requires static org.checkerframework.checker.qual;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy