views:

366

answers:

1
+1  A: 

Try changing the code that is suppose use the transformation to

public class Foo
{
   @foo.WithLogging
   def f() { println "hello from f"}
....

I tried the same example and shared my experience here http://kartik-shah.blogspot.com/2009/03/groovy-16-ast-transformation-example_5323.html

peacefulfire
Thank you for your answer. I would like to read your blog entry, but clicking on the link just displays "page not found".
Eyvind
Not sure why URL does not come up. http://kartik-shah.blogspot.com/2009/03/groovy-16-ast-transformation-example_5323.htmlIf that still does not work for you, please use http://kartik-shah.blogspot.com
peacefulfire