@Documented @Retention(value=CLASS) @Target(value={TYPE,METHOD}) public @interface GwtCompile
Test,
(and| Modifier and Type | Required Element and Description |
|---|---|
String |
module |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
compileReport
Only valid for production compiles
|
String |
extras |
String |
generatedOutput |
String[] |
inherits |
com.google.gwt.core.ext.TreeLogger.Type |
logLevel |
GwtCompile.Mode |
mode |
int |
port |
String[] |
src |
Class<? extends Annotation>[] |
userAgents |
public abstract String module
public abstract GwtCompile.Mode mode
public abstract Class<? extends Annotation>[] userAgents
public abstract com.google.gwt.core.ext.TreeLogger.Type logLevel
public abstract String[] src
public abstract String[] inherits
public abstract String generatedOutput
public abstract String extras
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.