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

com.icthh.xm.commons.lep.DefaultLepKeyResolver Maven / Gradle / Ivy

The newest version!
package com.icthh.xm.commons.lep;

import com.icthh.xm.lep.api.LepKeyResolver;
import com.icthh.xm.lep.api.LepMethod;

import java.util.List;

public class DefaultLepKeyResolver implements LepKeyResolver {
    @Override
    public List segments(LepMethod method) {
        return List.of();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy