Annotation Type AerospikeKey


@Retention(RUNTIME)
@Target({FIELD,METHOD})
public @interface AerospikeKey
  • Optional Element Summary

    Optional Elements
    Modifier and Type Optional Element Description
    boolean setter
    The setter attribute is used only on Methods where the method is used to set the key on lazy object instantiation
  • Element Details

    • setter

      boolean setter
      The setter attribute is used only on Methods where the method is used to set the key on lazy object instantiation
      Default:
      false