Make MethodSignature default-related methods required
[mdsal.git] / binding / mdsal-binding-generator-api / src / main / java / org / opendaylight / mdsal / binding / model / api / MethodSignature.java
index 9e4047e1d1e76de6f0791b0af1a515246a67d002..b6cb410b36a967ee398d8dd15306148a70705787 100644 (file)
@@ -37,10 +37,7 @@ public interface MethodSignature extends TypeMember {
      *
      * @return <code>true</code> if the method signature is defined as default.
      */
-    // FIXME: 4.0.0: make this method non-default
-    default boolean isDefault() {
-        return false;
-    }
+    boolean isDefault();
 
     /**
      * Returns the List of parameters that method declare. If the method does not contain any parameters, the method