You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eladb
changed the title
Unable to instantiate object when return type is abstract
Unable to instantiate object when return type is abstract (java)
Sep 12, 2018
Generate a $proxy class for all abstract classes
and use them when the return type is abstract,
similar to interface proxies.
This change also adds "abstract: true" to all
interface members, so the proxy generator can
treat interfaces and classes polymorphically.
Added a compliance test "returnAbstract" which
verifies this behavior.
Fixes#220
Related to #223 (.NET)
Related to aws/aws-cdk#680 (require jsii update)
Generate a $proxy class for all abstract classes
and use them when the return type is abstract,
similar to interface proxies.
This change also adds "abstract: true" to all
interface members, so the proxy generator can
treat interfaces and classes polymorphically.
Added a compliance test "returnAbstract" which
verifies this behavior.
Fixes#220
Related to #223 (.NET)
Related to aws/aws-cdk#680 (require jsii update)
See aws/aws-cdk#680
The text was updated successfully, but these errors were encountered: