Re: RFR 8146251: Avoid annotation to specify documentation for JS builtin functions

2015-12-29 Thread Attila Szegedi
+1 On Dec 29, 2015, at 5:24 AM, Sundararajan Athijegannathan wrote: > > Please review http://cr.openjdk.java.net/~sundar/8146251/ for > https://bugs.openjdk.java.net/browse/JDK-8146251 > > Instead of annotation like: > > @Function(attributes = Attribute.NOT_ENUMERABLE, where = Where.CONSTRUC

RFR 8146251: Avoid annotation to specify documentation for JS builtin functions

2015-12-28 Thread Sundararajan Athijegannathan
Please review http://cr.openjdk.java.net/~sundar/8146251/ for https://bugs.openjdk.java.net/browse/JDK-8146251 Instead of annotation like: @Function(attributes = Attribute.NOT_ENUMERABLE, where = Where.CONSTRUCTOR, documentation = "returns the prototype of the specified object") to specify