Reputation: 13539
I know there is an abstract annotation, so I was expecting an annotation for the inverse. Ie a sub-type method that implements (or extends) and abstract method.
I can't seem to find any in the JSDoc reference.
Upvotes: 1
Views: 634
Reputation: 3631
There is only the @augments
annotation http://usejsdoc.org/tags-augments.html
Upvotes: 3