Package com.google.gwt.core.ext.linker
Annotation Type Shardable
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface ShardableThis annotation, when placed on aLinkerclass, 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).