| Parameter | Details |
|---|---|
| @ | Indicates that the token following is an annotation. |
| SomeAnnotation | The name of the annotation |
| constructor_args | (optional) The arguments passed to the annotation. If none, the parentheses are unneeded. |
Scala-lang provides a list of standard annotations and their Java equivalents.