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

com.maxmind.db.MaxMindDbConstructor Maven / Gradle / Ivy

The newest version!
package com.maxmind.db;

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

/**
 * {@code MaxMindDbConstructor} is an annotation that can be used to mark a constructor
 * that should be used to create an instance of a class when decoding a MaxMind
 * DB file.
 */
@Retention(RetentionPolicy.RUNTIME)
public @interface MaxMindDbConstructor {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy