|
Annotation Types Summary |
| Projection |
Projection restriction signals that the annotated method will not
impact the operation on the receptor object, but instead return a new object
that represents the result of just operation. |
| RandomAccess |
RandomAccess is a restriction for Iterables taht has the same
meaning of the RandomAccess interface. |
| Repeatable |
Repeatable is a restriction for Iterables that have
repeatable iteration order - that is, subsequent access the the same position
returns equal objects - as long as such Iterables are not mutated. |