Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 0.28 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. package akihiro4chawon
  2.  
  3. import org.codehaus.groovy.transform.GroovyASTTransformationClass
  4. import java.lang.annotation.*
  5.  
  6. @Retention (RetentionPolicy.SOURCE)
  7. @Target ([ElementType.METHOD])
  8. @GroovyASTTransformationClass ('akihiro4chawon.MemoizeTransformation')
  9. public @interface Memoize { }