7.11 Visibility annotations

Visibility annotations (@private, @package, @protected) may be specifiedin a @fileoverview block, or on any exported symbol or property. Do notspecify visibility for local variables, whether within a function or at the toplevel of a module. All @private names must end with an underscore.