Source: tags/protected.js

/** @constructor */
function Thingy() {
    /** @protected */
    this._bar = 1;
}
THIS IS A DEMO: All content was generated with examples taken from the JSDoc page.