/* * Copyright (C), 2018-2020 * Project: starter * FileName: LocaleFinder * Author: Louis * Date: 2020/8/31 22:19 */ package com.fr.plugin.idfh; import com.fr.stable.fun.impl.AbstractLocaleFinder; /** *
* * * @author fr.open * @since 1.0.0 */ public class LocaleFinder extends AbstractLocaleFinder { @Override public String find() { return "com/fr/plugin/idfh/locale/lang"; } @Override public int currentAPILevel() { return CURRENT_LEVEL; } }