Enhancements for the aai-common library
[aai/aai-common.git] / aai-annotations / src / main / java / org / onap / aai / annotations / Metadata.java
index eb88230..142cac9 100644 (file)
@@ -76,4 +76,6 @@ public @interface Metadata {
 
     String sourceOfTruthType() default "";
 
+    String dslStartNodeProps() default "";
+
 }