Package com.google.gwt.core.ext.linker
Annotation Type Transferable
-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public @interface Transferable
An artifact marked with this annotation is passed through a compilation all the way to the final call toLinker.link(com.google.gwt.core.ext.TreeLogger, com.google.gwt.core.ext.LinkerContext, ArtifactSet, boolean)
. Try to minimize the number of artifacts so marked.