Split out NormalizedContainer
[yangtools.git] / data / yang-data-api / src / main / java / org / opendaylight / yangtools / yang / data / api / schema / NormalizedMetadata.java
index 791f7285ca1aa8c3ee5385a8eb8cede27b9d3114..dfdfc9f06c87c4b273aaab066d3285fcd5af9afe 100644 (file)
@@ -33,6 +33,7 @@ public interface NormalizedMetadata extends Immutable {
      *
      * @return The set of annotations attached to the corresponding data node.
      */
+    // FIXME: use AnnotationName instead of QName once we sort out the XML codec/NETCONF story
     @NonNull Map<QName, Object> getAnnotations();
 
     /**