| Annotation Type | Description | 
|---|---|
| CreatedOn | 
 Marks a property which should be updated with a timestamp when the entity gets persisted. 
 | 
| CurrentUser | 
 Identifies the current user responsible for entity creation or modification. 
 | 
| ModifiedBy | 
 Marks a property which should keep track on the last changing user. 
 | 
| ModifiedOn | 
 Marks a property which should be updated with a timestamp when the entity gets updated. 
 | 
Copyright © 2015 The Apache Software Foundation. All rights reserved.