json/src/main/java/org/apidesign/html/json/spi/Technology.java
branchBrwsrCtxExec
changeset 575 3e6c5f24b12d
parent 567 83879118f17e
child 790 30f20d9c0986
     1.1 --- a/json/src/main/java/org/apidesign/html/json/spi/Technology.java	Mon Mar 03 12:17:41 2014 +0100
     1.2 +++ b/json/src/main/java/org/apidesign/html/json/spi/Technology.java	Tue Mar 04 17:32:54 2014 +0100
     1.3 @@ -42,6 +42,7 @@
     1.4   */
     1.5  package org.apidesign.html.json.spi;
     1.6  
     1.7 +import net.java.html.BrwsrCtx;
     1.8  import net.java.html.json.Model;
     1.9  import net.java.html.json.Models;
    1.10  
    1.11 @@ -108,7 +109,9 @@
    1.12       * runSafe method.
    1.13       * 
    1.14       * @param r the runnable to execute
    1.15 +     * @deprecated Use {@link BrwsrCtx#execute(java.lang.Runnable)}
    1.16       */
    1.17 +    @Deprecated
    1.18      public void runSafe(Runnable r);
    1.19  
    1.20      /** For certain rendering technologies it may be more efficient to register