Propagate @Nonnull and @Nullable annotations
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / repo / api / YinXmlSchemaSource.java
index 3e028a85b7b713836a58c4891e6e480e623bfb9d..8f28fa11572afd4a03c9549225dc68940fc6d71f 100644 (file)
@@ -16,6 +16,7 @@ import javax.xml.transform.Source;
  */
 @Beta
 public interface YinXmlSchemaSource extends YinSchemaSourceRepresentation {
+    @Nonnull
     @Override
     Class<? extends YinXmlSchemaSource> getType();