Source: tags/protected.js

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