Package org.apache.cassandra.utils
Annotation Type 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
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Simulate.With[]
with
Simulate.With[]
without
-
-
-
Element Detail
-
with
Simulate.With[] with
- Default:
- {}
-
-
-
without
Simulate.With[] without
- Default:
- {}
-
-