Lukáš Fryč created ARQGRA-340:
---------------------------------
Summary: Allow instantiate JavaScript interfaces with constructor's
parameters
Key: ARQGRA-340
URL:
https://issues.jboss.org/browse/ARQGRA-340
Project: Arquillian Graphene
Issue Type: Task
Reporter: Lukáš Fryč
{code}
// definition
@JavaScript("getObject({0}")
class Interface {
}
@JavaScript(arguments = "my_argument")
Interface myInterface;
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira