org.terracotta.annotations
Annotation Type HonorTransient


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface HonorTransient

Marks the transient members of the type as being 'cluster transient'.

Cluster transient members are not persisted within the cluster, or propagated between nodes.



Copyright © 2015 Terracotta, Inc.. All Rights Reserved.