@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) @Repeatable(value=PartitionKeyValuess.class) @Inherited @Documented public @interface PartitionKeyValues
PartitionKeyValues annotation allows a test method or class to
define specific keyspace key values to be used when creating schemas for pojos.
When defining keyspace key values, one can set them on either the test class or the test method. Partition key values defined on the test methods will override any the values defined for the same keyspace key type on the class. The order of the annotations provided also indicates a priority. That is that the first annotation that matches will override all others found on the same method or class.
Copyright (C) 2015-2017 The Helenus Driver Project Authors.