Mandatory object comment.
The example object below, represents the minimum amount of code required to create an object.
The highlighted comment below, is known as the "mandatory object comment". It appears after keyword
object (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.