|
Groovy example source code file (GroovyDocToolTestSampleGroovy.groovy)
The Groovy GroovyDocToolTestSampleGroovy.groovy source code
package org.codehaus.groovy.tools.groovydoc;
public class GroovyDocToolTestSampleGroovy {
/**
* First method. Simple case
*/
def firstMethod() {
}
/** Second method. Has return type */
String secondMethod() {}
/** Third method. Has primitive return type */
char thirdMethod() {}
/** Fourth method. Has fully qualified return type */
java.util.Date fourthMethod() {}
/*
* Fifth method. Doesn't have any groovydoc (note: single * at beginning)
*/
def fifthMethod() {
}
}
Other Groovy examples (source code examples)Here is a short list of links related to this Groovy GroovyDocToolTestSampleGroovy.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.