VMware GemFire Java API Reference
Package org.apache.geode.annotations
-
Annotation Types Summary Annotation Type Description Experimental Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.GuardedBy Copyright (c) 2005 Brian Goetz and Tim Peierls Released under the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.5) Official home: http://www.jcip.net Adopted from Java Concurrency in Practice.Immutable Annotates a class that cannot be changed after construction or a field that cannot be modified after initialization.VisibleForTesting Annotates a program element that exists, or is more widely visible than otherwise necessary, only for use in test code.