context/src/main/java/org/apidesign/html/context/spi/Contexts.java
branchBrwsrCtxExec
changeset 575 3e6c5f24b12d
parent 574 7958c9c205d9
child 589 07daf24cd76c
     1.1 --- a/context/src/main/java/org/apidesign/html/context/spi/Contexts.java	Tue Mar 04 17:09:22 2014 +0100
     1.2 +++ b/context/src/main/java/org/apidesign/html/context/spi/Contexts.java	Tue Mar 04 17:32:54 2014 +0100
     1.3 @@ -186,18 +186,4 @@
     1.4              return impl.build();
     1.5          }
     1.6      }
     1.7 -    
     1.8 -    /** Injects a {@link BrwsrCtx} into a technology registered by
     1.9 -     * {@link Builder#register(java.lang.Class, java.lang.Object, int)} when
    1.10 -     * appropriate context is created.
    1.11 -     * 
    1.12 -     * @since 0.7.6
    1.13 -     */
    1.14 -    public interface CtxAware {
    1.15 -        /** Injects associated context into an technology.
    1.16 -         * 
    1.17 -         * @param ctx the context this technology is registed in
    1.18 -         */
    1.19 -        public void injectCtx(BrwsrCtx ctx);
    1.20 -    }
    1.21  }