JaroslavTulach opened a new pull request #4: Make @JavaScriptResource repeatable URL: https://github.com/apache/incubator-netbeans-html4j/pull/4 Some people, for example Toni Epple, complained that it is hard to load multiple JavaScript files at once with `@JavaScriptResource` annotation. This can easily be fixed by making it `@Repeatable`. The change to API is minimal, the implementation is simple. The biggest challenge will be for guys with non-JVM implementations of the `@JavaScriptResource` - e.g. [Bck2Brwsr](http://bck2brwsr.apidesign.org) and [TeaVM](http://teavm.org). But it shall be possible to handle the change, right @konsoletyper?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
