org.codehaus.groovy.classgen
Annotation Type GroovyCompilerVersion


@Retention(value=RUNTIME)
@Target(value={TYPE,ANNOTATION_TYPE})
public @interface GroovyCompilerVersion

Annotates a groovy class with the version of compiler used to generate it.

Author:
Roshan Dawrani

Required Element Summary
 String value
          Groovy compiler version
 

Element Detail

value

public abstract String value
Groovy compiler version


Copyright © 2003-2010 The Codehaus. All rights reserved.