|
Groovy example source code file (G3839A4.java)
The Groovy G3839A4.java source code
package groovy.bugs;
import org.codehaus.groovy.transform.GroovyASTTransformationClass;
// add ast transforms both by class names and classes, which should result in an error
@GroovyASTTransformationClass(value="groovy.bugs.G3839Transform2", classes=G3839Transform3.class)
public @interface G3839A4 {}
Other Groovy examples (source code examples)Here is a short list of links related to this Groovy G3839A4.java source code file: |
Other websites by Alvin Alexander:
Life/living in Alaska (OneMansAlaska.com)
How I Sold My Business (HowISoldMyBusiness.com)
Copyright 1998-2011 Alvin Alexander, devdaily.com
All Rights Reserved.