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

com.skynet.infrastructure.SensitiveWordsProvider Maven / Gradle / Ivy

The newest version!
package com.skynet.infrastructure;

import java.util.List;

public interface SensitiveWordsProvider {
    List provide() throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy