Groovy Documentation

griffon.plugins.hibernate3
[Java] Annotation Type Hibernate3Aware

java.lang.Object
  griffon.plugins.hibernate3.Hibernate3Aware

@Retention(RetentionPolicy.SOURCE)
@Target(ElementType.TYPE)
@GroovyASTTransformationClass("org.codehaus.griffon.ast.Hibernate3AwareASTTransformation")
public @interface Hibernate3Aware

Annotates a class.

Authors:
Andres Almiray
See Also:
Hibernate3AwareASTTransformation


Method Summary
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Groovy Documentation