Package com.google.gwt.core.ext.linker
Annotation Type Shardable
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface Shardable
This annotation, when placed on aLinker
class, indicates that the linker supports the shardable version of the Linker API. Specifically, it implementsLinker.link(com.google.gwt.core.ext.TreeLogger, com.google.gwt.core.ext.LinkerContext, ArtifactSet, boolean)
rather thanLinker.link(com.google.gwt.core.ext.TreeLogger, com.google.gwt.core.ext.LinkerContext, ArtifactSet)
.