Package org.apache.cassandra.utils
Annotation Interface Simulate
public @interface Simulate
Enable certain features for a specific method or class.
Note that presently class level annotations are not inherited by inner classes.
TODO: support package level, and apply to all nested classes
-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional Elements
-
Element Details
-
with
Simulate.With[] with- Default:
- {}
-
without
Simulate.With[] without- Default:
- {}
-