react-closure-compiler
react-closure-compiler copied to clipboard
@override support
trafficstars
Right now there's no need for @override annotations on shouldComponentUpdate and the like, since JSDoc/parameter types from the component methods are copied automatically. However, if the annotation is present, we should check that there is a method that we're copying the JSDoc from, to guard against typos and API changes.