com.atlassian.jira.cluster
Annotation Type ClusterSafe


public @interface ClusterSafe

Marker annotation to indicate that an item, such as a cache, is cluster safe, even though it uses a pattern, e.g. ConcurrentHashMap, that would not normally be so. This would typically be used for something that is safely cached independently on each node of the cluster, such as a Velocity Template Cache.

Since:
v6.2

Optional Element Summary
 String value
          The optional reason why the target is cluster-safe.
 

value

public abstract String value
The optional reason why the target is cluster-safe.

Default:
""


Copyright © 2002-2014 Atlassian. All Rights Reserved.