|
Groovy example source code file (DomainClass.java)
The Groovy DomainClass.java source code
package org.codehaus.groovy.grails.compiler.injection;
import org.codehaus.groovy.transform.GroovyASTTransformationClass;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Created by IntelliJ IDEA.
* User: Danno
* Date: Jan 30, 2008
* Time: 8:11:08 PM
*/
@Retention(RetentionPolicy.SOURCE)
@Target(ElementType.TYPE)
@GroovyASTTransformationClass("org.codehaus.groovy.grails.compiler.injection.DefaultGrailsDomainClassInjector")
public @interface DomainClass {
}
Other Groovy examples (source code examples)Here is a short list of links related to this Groovy DomainClass.java 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.