| CalledConstructor | 
 switches calling constructors on   
  
 | 
| GeneratedUUIDs | 
 generate UUIDs for stored objects of this class. 
 | 
| GeneratedVersionNumbers | 
Deprecated.
 | 
| Indexed | 
  @Indexed  annotation turns indexing on and can be applied to
 class fields. 
 | 
| MaximumActivationDepth | 
 sets the maximum activation depth to the desired value. 
 | 
| MinimumActivationDepth | 
 sets the minimum activation depth to the desired value. 
 | 
| PersistedStaticFieldValues | 
 turns on storing static field values for this class. 
 | 
| QueryEvaluationOff | 
 turns query evaluation of specific fields off. 
 | 
| StoredTransientFields | 
 allows to specify if transient fields are to be stored. 
 | 
| UpdatedDepth | 
 specifies the updateDepth for this class. 
 |