org.terracotta.annotations
Annotation Type Root


@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Root

Marks the given field as being a `root' of the clustered heap.

The list of roots and the object graphs attached to them define the extent of the clustered heap.



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