|
Groovy example source code file (MyClass.groovy)
The Groovy MyClass.groovy source code
@MyIntegerAnno(40) // ignored at runtime
package groovy.annotations
@MyIntegerAnno(50) // ignored at runtime
import java.util.concurrent.atomic.AtomicInteger
@MyIntegerAnno(60)
class MyClass {
AtomicInteger dontUse = null
}
Other Groovy examples (source code examples)Here is a short list of links related to this Groovy MyClass.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.