@Documented @Target(value={TYPE,METHOD}) public @interface GwtScriptOnly
This annotation is typically combined with the super-source
tag
to provide web-mode implementations of (binary-only) types that the developer
wishes to use in Development Mode. This can be used, for instance, to provide
a reference implementation to develop unit tests.
This annotation may also be applied to jsni methods to prevent them from being parsed and loaded for Development Mode. This is done under certain circumstances as an optimization to avoid loading very large jsni methods which are only executed in Production Mode.
Copyright © 2018. All rights reserved.