[arquillian-issues] [JBoss JIRA] (ARQGRA-340) Allow instantiate JavaScript interfaces with constructor's parameters

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Tue Sep 3 08:02:03 EDT 2013


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



More information about the arquillian-issues mailing list