Merge "Introduce Identifiables"
[yangtools.git] / yang / yang-data-api / src / main / java / org / opendaylight / yangtools / yang / data / api / schema / NormalizedNode.java
index 2fec77fc7f6d6ef3c59e5e70bad139fd2c5b1af2..4e3416fd1fb22b5b83243cd1e922cdf5d6ee8d86 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014 Cisco Systems, Inc. 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
+ */
 package org.opendaylight.yangtools.yang.data.api.schema;
 
 import org.opendaylight.yangtools.concepts.Identifiable;
@@ -10,8 +17,8 @@ import org.opendaylight.yangtools.yang.data.api.Node;
  * Node which is normalized according to the YANG schema
  * is identifiable by {@link InstanceIdentifier}.
  *
- *
- * @author Tony Tkacik
+ * See subinterfaces of this interface for concretization
+ * of node.
  *
  * @param <K> Local identifier of node
  * @param <V> Value of node