|
Groovy example source code file (ClassWithStaticMethod.groovy)
The Groovy ClassWithStaticMethod.groovy source code
package org.codehaus.groovy.dummy;
/**
* Class used by groovy.bugs.StaticMethodImportBug.
* Bug reference: Explicit import needed to call static method, GROOVY-935
*/
class ClassWithStaticMethod {
static boolean staticMethod() { return true }
}
Other Groovy examples (source code examples)Here is a short list of links related to this Groovy ClassWithStaticMethod.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.