@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface IgniteNotPeerDeployable
This annotation is used as non-distribution assertion and should be applied to classes and interfaces that should never be distributed via peer-to-peer deployment.
Note, however, that if class is already available on the remote node it will not be peer-loaded but will simply be locally class loaded. It may appear as if it was successfully peer-loaded when in fact it was simply already available on the remote node.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024