Are there JavaScript annotations?
Of course JavaScript doesn\'t have them, but are there additional libraries or proposed language extension, for exampl
I know this is old. But ES2016 provides decorators (is it called decorators in Javascript). It is easy to make your own decorators, or you can extend my decorator module that let you easily wrap/inject your custom code.
https://github.com/cmartin81/decorator-wrap