Registry / networking / concepts

concepts

JSON →
library15.0.2javamavenunverified

Common concepts and utilities for OpenDaylight YANG tools.

<dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>concepts</artifactId> <version>15.0.2</version> </dependency>
INSTALL
IMPORT
SIG · CONCEPTS
C
concepts
networkingjavav15.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Identifier
org.opendaylight.yangtools.concepts.Identifier

Implements a basic Identifier from the concepts library.

import org.opendaylight.yangtools.concepts.Identifier; public class Example { public static void main(String[] args) { Identifier id = new Identifier() { @Override public String toString() { return "example-id"; } }; System.out.println("Identifier: " + id); } }
Debug
Known issues
gotchaThis library is part of OpenDaylight; API stability may vary across releases.
fix
Check OpenDaylight release notes for breaking changes.
affects: all
Upgrade
Version history
15.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
concepts — mvn dependency:get concepts · libregistry