Groovy Documentation

com.ace.mws.annotations
[Groovy] Annotation Type CreateOnly

java.lang.Object
  com.ace.mws.annotations.CreateOnly

@interface CreateOnly

Marker interface to show that the field is only to be used in creation of the object and is not valid otherwise.

Authors:
bsaville


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

Groovy Documentation