Home | History | Annotate | Download | only in lombok-ast
      1 The source code for the classes in this prebuilt can
      2 be found in the src.zip in this directory.
      3 
      4 The objects in this prebuilt directory can also be
      5 rebuilt using the source archive hosted at
      6 
      7 http://projectlombok.org/
      8 
      9 Specifically, changeset 3c4f94d418b58d55d0facebf2bfbb362d4bf3bdd
     10 from
     11 https://github.com/rzwitserloot/lombok.ast
     12 
     13 NOTE 1: The 0.2.1 bits were patched by this CL:
     14 https://github.com/tnorbye/lombok.ast
     15 which basically adds an extra field to the nodes to track
     16 the original source AST node. The lombok-ast-0.2.1-src.zip
     17 includes these diffs.
     18 
     19 NOTE 2: Some additional fixes were applied on top of 0.2.1
     20 to create 0.2.2 (where we support ECJ 4.2). The patch
     21 to apply is provided in lombok-ast-0.2.2-patch.diff .
     22