ko-bck2brwsr/src/main/java/org/apidesign/html/ko2brwsr/BrwsrCntxtPrvdr.java
changeset 1219 82bb83b955b6
parent 1189 9f8b07dcbe79
     1.1 --- a/ko-bck2brwsr/src/main/java/org/apidesign/html/ko2brwsr/BrwsrCntxtPrvdr.java	Mon Apr 29 12:50:19 2013 +0200
     1.2 +++ b/ko-bck2brwsr/src/main/java/org/apidesign/html/ko2brwsr/BrwsrCntxtPrvdr.java	Thu May 16 14:10:02 2013 +0200
     1.3 @@ -25,9 +25,15 @@
     1.4  import org.apidesign.html.json.spi.ContextProvider;
     1.5  import org.openide.util.lookup.ServiceProvider;
     1.6  
     1.7 -/**
     1.8 +/** This is an implementation package - just
     1.9 + * include its JAR on classpath and use official {@link Context} API
    1.10 + * to access the functionality.
    1.11 + * <p>
    1.12 + * Provides binding between models and <a href="http://bck2brwsr.apidesign.org">
    1.13 + * Bck2Brwsr</a> VM.
    1.14 + * Registers {@link ContextProvider}, so {@link ServiceLoader} can find it.
    1.15   *
    1.16 - * @author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    1.17 + * @author Jaroslav Tulach <jtulach@netbeans.org>
    1.18   */
    1.19  @ServiceProvider(service = ContextProvider.class)
    1.20  public final class BrwsrCntxtPrvdr implements ContextProvider {