Groovy Documentation

simplejpa
[Java] Annotation Type AutoMerge

java.lang.Object
  simplejpa.AutoMerge

@Retention(RetentionPolicy.SOURCE)
@Target(ElementType.TYPE)
@GroovyASTTransformationClass("simplejpa.AutoMergeTransformation")
public @interface AutoMerge

 
Optional Element Summary
java.lang.String excludes

@default {}

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

Element Detail

excludes

public String[] excludes
@default {}


 

Groovy Documentation