
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface MethodName
@JavaScript("helloworld")
@Dependency(sources = "helloworld.js")
public interface HelloWorld {
@MethodName("aloha")
String getHello();
}
public abstract String value
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.