Propagate @NonNull collection annotations
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / LeafListSchemaNode.java
index 34828e19814b61aeef23a9f1c4cd865fe86c0c63..68a8f01ad0c7ddba67b0f607ec6d20a855cab0e4 100644 (file)
@@ -32,5 +32,5 @@ public interface LeafListSchemaNode extends TypedDataSchemaNode, MustConstraintA
      *
      * @return Ordered list of Strings which specify the default values of this leaf-list
      */
-    @NonNull Collection<? extends Object> getDefaults();
+    @NonNull Collection<? extends @NonNull Object> getDefaults();
 }