All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aerospike.mapper.annotations.AerospikeKey Maven / Gradle / Ivy

package com.aerospike.mapper.annotations;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD, ElementType.METHOD})
public @interface AerospikeKey {
	/**
	 * The setter attribute is used only on Methods where the method is used to set the key on lazy object instantiation
	 */
	boolean setter() default false;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy