
com.aerospike.mapper.annotations.AerospikeConstructor 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;
/**
* Tags a constructor to be the one to use when a class as multiple constructors
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.CONSTRUCTOR)
public @interface AerospikeConstructor {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy