@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface GridInternal
Indicates that annotated task should always be loaded with local deployment,
ignoring grid source node configuration. Also jobs within such a task will
always be executed in the management thread pool on remote nodes.
This annotation intended for internal use only.