Refactor monitor and exceptions
[lgpl/argeo-commons.git] / org.argeo.util / src / org / argeo / ArgeoMonitor.java
index 9ef23cc8bf622f28156ba1328ca41f2fd249db7f..307581ea7343e02ae5c2379f44e86b79c75262d3 100644 (file)
@@ -18,7 +18,10 @@ package org.argeo;
 /**
  * Simple monitor abstraction. Inspired by Eclipse IProgressMOnitor, but without
  * dependency to it.
+ * 
+ * @deprecated use org.argeo.jcr.JcrMonitor instead
  */
+@Deprecated
 public interface ArgeoMonitor {
        /**
         * Constant indicating an unknown amount of work.