Details
-
Enhancement
-
Resolution: Fixed
-
P2
-
None
-
None
-
b82
Description
Currently, Java.extend() only takes a single class or interface as its argument, and generates an adapter that either extends that one class or implements that one interface. There is a user requirement (as well as a need for feature parity with Rhino) to support creation of adapters for multiple types - those that can both extend a class and implement any number of interfaces.