Require SCR from yang-xpath-impl
[yangtools.git] / xpath / yang-xpath-impl / src / main / java / org / opendaylight / yangtools / yang / xpath / impl / package-info.java
index 5f3686103c6a9c59dad8c31a7ae9cfe60e1c1943..4acc17c57dbded24a99aa51e6ace5aeb81140e98 100644 (file)
@@ -8,8 +8,7 @@
 /**
  * XPath parsing which results in a {@link org.opendaylight.yangtools.yang.xpath.api.YangExpr}. This is based
  * on the XPath grammar from <a href="https://github.com/antlr/grammars-v4/blob/master/xpath/xpath.g4">grammars-v4</a>.
- *
- * @author Robert Varga
  */
 @org.eclipse.jdt.annotation.NonNullByDefault
+@org.osgi.service.component.annotations.RequireServiceComponentRuntime
 package org.opendaylight.yangtools.yang.xpath.impl;
\ No newline at end of file