We want decouple to the annotations from the code and developers can use whatever flavour they like. #8
@herkulano
A good example of this is Definition Files for TypeScript. They are completely separate from the code and you can even have other people documenting older code.
The community of TypeScript has been building definition files on their own in DefinitelyTyped
Probably we also want to add a "Hydrolysis" (a generator for the definition files based on the source code) for one or two favorite flavors like Polymer + ES5 or Polymer and ES6 ;-)
We want decouple to the annotations from the code and developers can use whatever flavour they like. #8
@herkulano