Mandatory constructor comment.
The highlighted comment below, is known as the "mandatory constructor comment". It appears after keyword
constructor (and it's options), but before
any "real" code.
If you don't have this comment, it's considered a parse error. The reasoning behind this "mandatory" comment, is to help enforce well documented code.