org.terracotta.annotations
Annotation Type InstrumentedClass


@Retention(value=RUNTIME)
@Inherited
@Target(value=TYPE)
public @interface InstrumentedClass

Marks the given type for instrumentation by Terracotta.

In order for user types to be clustered in a way that preserves object identity they must be instrumented by Terracotta.



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