JaroslavTulach at 05:19, 11 January 2010 - 2010-01-11 05:19:20

←Older revision Revision as of 05:19, 11 January 2010
Line 1: Line 1:
-
[http://projectlombok.org/ Project Lombok] provides [[annotation]]s for compile time improvements of the abstract syntax tree of your program. Thus one can use [[Synchronized]] in the right way or one can get some benefits of [[AOP]] without using [[AOP]].
+
[http://projectlombok.org/ Project Lombok] provides [[annotation]]s for compile time improvements of the abstract syntax tree of your program. Thus one can use [[Synchronized]] in the right way or one can get some benefits of [[AOP]] without using [[AOP]]. This is similar a functionality that [[Groovy]] calls ''AST Transformations''.

JaroslavTulach: New page: [http://projectlombok.org/ Project Lombok] provides annotations for compile time improvements of the abstract syntax tree of your program. Thus one can use Synchronized in the righ... - 2009-11-12 20:44:56

New page: [http://projectlombok.org/ Project Lombok] provides annotations for compile time improvements of the abstract syntax tree of your program. Thus one can use Synchronized in the righ...

New page

[http://projectlombok.org/ Project Lombok] provides [[annotation]]s for compile time improvements of the abstract syntax tree of your program. Thus one can use [[Synchronized]] in the right way or one can get some benefits of [[AOP]] without using [[AOP]].