Looking at https://github.com/gajus/eslint-plugin-jsdoc, it seems like {any} and {*} are interchangeable.
However, https://github.com/google/closure-compiler/wiki/Types-in-the-Closure-Type-System makes no mention of {any}, and differentiates between "any" and "all".
Is there a difference between any and *?