@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.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019