In JSDoc 3.3.0, if you're using the Closure dictionary, and it has higher precedence than the JSDoc dictionary, the behavior of some tags changes: - The `@private` tag accepts a type. (jsdoc3/jsdoc#730) - The `@protected` tag accepts a type. (jsdoc3/jsdoc#731)