See: Description
| Annotation Type | Description |
|---|---|
| Chainable |
This annotation indicates that a method returns the recipient of the call (the 'this' object).
|
| Ensures |
This annotation indicates that a method ensures that the given condition holds after its execution.
|
| Requires |
This annotation indicates that a method requires the given condition to hold before its execution.
|
Copyright © 2017. All rights reserved.