Groovy Documentation

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

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

@interface UpdateOnly

Marker interface to show that the field is only to be used in modification or update of the ojbect 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