X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=entityownership%2Fmdsal-eos-dom-api%2Fsrc%2Fmain%2Fjava%2Fmodule-info.java;fp=entityownership%2Fmdsal-eos-dom-api%2Fsrc%2Fmain%2Fjava%2Fmodule-info.java;h=5e2e6029f5d3fcc0568a3ef19c78fb5c77890a2d;hb=f5045d79a7fa82ba858292c62028a5bd8161779b;hp=0000000000000000000000000000000000000000;hpb=d9352108d73258df371358e2cc81dc0e7697dd29;p=mdsal.git diff --git a/entityownership/mdsal-eos-dom-api/src/main/java/module-info.java b/entityownership/mdsal-eos-dom-api/src/main/java/module-info.java new file mode 100644 index 0000000000..5e2e6029f5 --- /dev/null +++ b/entityownership/mdsal-eos-dom-api/src/main/java/module-info.java @@ -0,0 +1,16 @@ +/* + * 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.eos.dom.api { + exports org.opendaylight.mdsal.eos.dom.api; + + requires transitive org.opendaylight.mdsal.eos.common.api; + requires transitive org.opendaylight.yangtools.yang.data.api; + + // Annotations + requires static transitive org.eclipse.jdt.annotation; +}