|
Groovy example source code file (CompiledAtExample.groovy)
The Groovy CompiledAtExample.groovy source code
package transforms.global
/**
* Demonstrates how a global transformation works.
*
* @author Hamlet D'Arcy
*/
println 'Script compiled at: ' + getCompiledTime()
class MyClass {
}
println 'Class compiled at: ' + MyClass.getCompiledTime()
Other Groovy examples (source code examples)Here is a short list of links related to this Groovy CompiledAtExample.groovy 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.