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

org.opendaylight.yangtools.yang.common.package-info Maven / Gradle / Ivy

There is a newer version: 14.0.4
Show newest version
/*
 * Copyright (c) 2018 Pantheon Technologies 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
 */
/**
 * Common YANG concepts and constants expressed in terms of Java. This notably includes the concepts of
 * 
    *
  • a {@link YangVersion}
  • *
  • a {@link Revision}
  • *
  • a {@link QNameModule}
  • *
  • a {@link QName}
  • *
  • a Java-native representation of a YANG string, {@link DerivedString}
  • *
  • a Java-native representations of numeric YANG types, like {@link Uint64}, {@link Decimal64} and * {@link Empty}
  • *
*/ @Export package org.opendaylight.yangtools.yang.common; import org.osgi.annotation.bundle.Export;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy