| Annotation Type | Description | 
|---|---|
| IndexedProperty | 
 Field annotation used with properties to provide an indexed getter and setter for the property. 
 | 
| InheritConstructors | 
 Class annotation to make constructors from a super class available in a sub class. 
 | 
| Synchronized | 
 Method annotation to make a method call synchronized for concurrency handling
 with some useful baked-in conventions. 
 |