alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Groovy example source code file (GroovyDocToolTestSampleGroovy.groovy)

This example Groovy source code file (GroovyDocToolTestSampleGroovy.groovy) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Groovy tags/keywords

groovydoctooltestsamplegroovy, groovydoctooltestsamplegroovy, string, string

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:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.