Closed
Bug 537894
Opened 16 years ago
Closed 7 years ago
Expand ScriptableObject annotation system to handle static properties
Categories
(Rhino Graveyard :: Core, enhancement)
Tracking
(Not tracked)
RESOLVED
INACTIVE
People
(Reporter: mozilla, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.6) Gecko/20091215 Ubuntu/9.10 (karmic) Firefox/3.5.6 FirePHP/0.4
Build Identifier:
The current annotation system provides @JSFunction and @JSStaticFunction for functions. But only @JSGetter/@JSSetter for properties.
The property side needs an expansion providing @JSStaticGetter and @JSStaticSetter for properties on the function/class itself.
Reproducible: Always
Comment 1•7 years ago
|
||
Closing. Bug management is now done here:
https://github.com/mozilla/rhino
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•