Migrate entity ownership to JDT annotations
[mdsal.git] / entityownership / mdsal-eos-common-api / src / main / java / org / opendaylight / mdsal / eos / common / api / GenericEntityOwnershipListenerRegistration.java
index 06427facac406253b528a4b58f8a4fe6c271df9f..9bcdd0cd7f230df02eb15a54fb813ec04943ef08 100644 (file)
@@ -7,7 +7,7 @@
  */
 package org.opendaylight.mdsal.eos.common.api;
 
-import javax.annotation.Nonnull;
+import org.eclipse.jdt.annotation.NonNull;
 import org.opendaylight.yangtools.concepts.ObjectRegistration;
 import org.opendaylight.yangtools.concepts.Path;
 
@@ -30,7 +30,7 @@ public interface GenericEntityOwnershipListenerRegistration<P extends Path<P>,
      *
      * @return the entity type that the listener was registered for
      */
-    @Nonnull String getEntityType();
+    @NonNull String getEntityType();
 
     /**
      * Unregister the listener.