An
Override Annotation indicates that a function/task overrides a parent class implementation.
Override annotations are triangles on the vertical ruler to the left of the editor, next to the function definition:
Hover an
override annotation to see the overridden parent.
Click on an
override annotation to jump to the parent function that is overridden.
|