@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface GridCacheCentralizedAffinityFunction
Annotation marker which identifies affinity function that must be calculated on one centralized node
instead of independently on each node. In many cases it happens because it requires previous affinity state
in order to calculate new one.