ght.yangtools.binding-data-codec-api.14.0.3.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of binding-data-codec-api Show documentation
Show all versions of binding-data-codec-api Show documentation
API definitions of YANG Binding/yang-data-api codec
/*
* 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.yangtools.binding.data.codec.api {
exports org.opendaylight.yangtools.binding.data.codec.api;
requires transitive org.opendaylight.yangtools.binding.spec;
requires transitive org.opendaylight.yangtools.yang.data.api;
requires transitive org.opendaylight.yangtools.yang.model.api;
// Annotations
requires static transitive org.eclipse.jdt.annotation;
requires static com.github.spotbugs.annotations;
}