@Target(value={TYPE,FIELD}) @Retention(value=RUNTIME) @Documented public @interface JavaScript
| Modifier and Type | Optional Element and Description |
|---|---|
String |
implementation |
Class<? extends ExecutionResolver> |
methodResolver |
String |
value |
public abstract String value
public abstract String implementation
public abstract Class<? extends ExecutionResolver> methodResolver
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.