boot/src/main/java/net/java/html/js/package.html
changeset 884 af690d50d7d6
parent 883 3299d5335b8f
child 937 64f89b8b7244
     1.1 --- a/boot/src/main/java/net/java/html/js/package.html	Thu Nov 20 14:59:04 2014 +0100
     1.2 +++ b/boot/src/main/java/net/java/html/js/package.html	Sat Nov 29 22:25:40 2014 +0100
     1.3 @@ -231,6 +231,7 @@
     1.4          calls or changes on it.
     1.5          
     1.6          <h3>Post Process Classes</h3>
     1.7 +        <a name="post-process"></a>
     1.8  
     1.9          Classes with {@link net.java.html.js.JavaScriptBody} annotated methods need to
    1.10          be post processed before they can be used - e.g. their <code>native</code>
    1.11 @@ -290,7 +291,9 @@
    1.12          will create a special classloader to that does the processing before
    1.13          loading the bytecode into the virtual machine.
    1.14          <p></p>
    1.15 -        The options are rich, however to avoid any troubles, it is recommended
    1.16 +        The options are rich, however to avoid any troubles (as the runtime
    1.17 +        processing needs to also include <code>asm-5.0.jar</code> on application
    1.18 +        classpath), it is recommended
    1.19          to perform the <b>compile time</b> processing.
    1.20          
    1.21          <h3>Getting Started</h3>