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

com.jwebmp.plugins.security.ipgeography.implementations.GeoBytesModuleExclusions Maven / Gradle / Ivy

Go to download

This plugin provides information of geography details from GeoBytes provider (first 16k free). It also shows a good way of how to implement it

There is a newer version: 1.2.2.1-jre17
Show newest version
package com.jwebmp.plugins.security.ipgeography.implementations;

import com.guicedee.guicedinjection.interfaces.IGuiceScanModuleExclusions;

import jakarta.validation.constraints.NotNull;
import java.util.HashSet;
import java.util.Set;

public class GeoBytesModuleExclusions
		implements IGuiceScanModuleExclusions
{
	@Override
	public @NotNull Set excludeModules()
	{
		Set strings = new HashSet<>();
		strings.add("com.jwebmp.plugins.security.ipgeography");
		return strings;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy