Migrate SchemaSourceRepresentation annotations
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / repo / api / YangSchemaSourceRepresentation.java
index 4bfa55feea5f0827e6b3466f4fcd307a8b6103df..d927c8ce030e8f396d077f4c923d170a7d3dd115 100644 (file)
@@ -7,18 +7,10 @@
  */
 package org.opendaylight.yangtools.yang.model.repo.api;
 
-import javax.annotation.Nonnull;
-
 /**
  * A YANG {@link SchemaSourceRepresentation}.
  */
 public interface YangSchemaSourceRepresentation extends SchemaSourceRepresentation {
-    /**
-     * Return the concrete representation type.
-     *
-     * @return The type of representation.
-     */
-    @Nonnull
     @Override
     Class<? extends YangSchemaSourceRepresentation> getType();
 }