ajwang / groovypptest

Automatically exported from code.google.com/p/groovypptest
0 stars 0 forks source link

@Use annotation #384

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
How come the @Use annotation never made it into groovy despite even this 
proposal: 
http://groovy.329449.n5.nabble.com/Use-ast-transformation-td390652.html ? It 
would have been great

Anyway I've noticed it being distributed in G++ 0.4.268_1.8.0 and probably 
previous versions, but it doesn't do anything.

Original issue reported on code.google.com by justn...@mail.ru on 1 Jul 2011 at 5:20

GoogleCodeExporter commented 8 years ago
there is nothing to fix

@Use has special meaning in typed code - 
http://code.google.com/p/groovypptest/wiki/ExtensionMethods

Original comment by alex.tka...@gmail.com on 1 Jul 2011 at 5:33

GoogleCodeExporter commented 8 years ago
Sorry for false alarm! Checked it out. I love what it does and the Extension 
Methods feature. 

I was just curious how come they never accepted it in Groovy when they did 
accept @Mixin and @Category

Original comment by justn...@mail.ru on 6 Jul 2011 at 11:10