Propagate @NonNull collection annotations
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / Deviation.java
index f9b31d3e2ce9c4ae8241486277e96b6dad2b526d..5f4b84165a485767c2a22c9c3f18309b3311378f 100644 (file)
@@ -34,5 +34,5 @@ public interface Deviation extends DocumentedNode, EffectiveStatementEquivalent<
      *
      * @return Collection of all deviate statements defined in this deviation.
      */
-    @NonNull Collection<? extends DeviateDefinition> getDeviates();
+    @NonNull Collection<? extends @NonNull DeviateDefinition> getDeviates();
 }