Used to annotate an instance member (method, getter, setter, operator, or
field) m in a class C or mixin M. Indicates that m should not be
overridden in any classes that extend or mixin C or M.
Used to annotate an instance member that was made public so that it could be
overridden but that is not intended to be referenced from outside the
defining library.