Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Add @deprecated in javadoc.
[simgrid.git] / src / bindings / java / org / simgrid / msg / Task.java
index 4c1dfea..5bb5d29 100644 (file)
@@ -180,7 +180,10 @@ public class Task {
        /** Cancels a task. */
        public native void cancel();
 
-       /** Deletes a task once the garbage collector reclaims it */
+       /**
+        * Deletes a task once the garbage collector reclaims it
+        * @deprecated (from Java9 onwards)
+        */
        @Deprecated @Override
        protected void finalize() throws Throwable{
                nativeFinalize();