]
Lukáš Fryč resolved ARQGRA-340.
-------------------------------
Resolution: Deferred
Fix Version/s: (was: 2.1-Tracking)
Allow instantiate JavaScript interfaces with constructor's
parameters
---------------------------------------------------------------------
Key: ARQGRA-340
URL:
https://issues.jboss.org/browse/ARQGRA-340
Project: Arquillian Graphene
Issue Type: Feature Request
Reporter: Lukáš Fryč
{code}
// definition
@JavaScript("getObject({0}")
class Interface {
}
@JavaScript(arguments = "my_argument")
Interface myInterface;
{code}