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

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

package com.maxmind.db;

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

@Retention(RetentionPolicy.RUNTIME)
public @interface MaxMindDbParameter {
    String name();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy