Extended binding-model-api to support of Enclosed Generated Types and TOs.
[controller.git] / opendaylight / sal / yang-prototype / code-generator / binding-model-api / src / main / java / org / opendaylight / controller / sal / binding / model / api / ConcreteType.java
index ea11abacdb8f1fe61c7898ff67d2755428a5a9b0..7af50a7a62eeebe4b3fd4033d2b0afe309f079e9 100644 (file)
@@ -7,6 +7,10 @@
  */
 package org.opendaylight.controller.sal.binding.model.api;
 
  */
 package org.opendaylight.controller.sal.binding.model.api;
 
+/**
+ * The Concrete Type is marker interface that encapsulates definition of java
+ * concrete type.
+ */
 public interface ConcreteType extends Type {
 
 }
 public interface ConcreteType extends Type {
 
 }