
com.aerospike.mapper.annotations.AerospikeExclude 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;
/**
* Bins marked with AerospikeExclude will not be mapped to the database, irrespective of other annotations.
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface AerospikeExclude {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy