com.github.linyuzai.plugin.autoconfigure.management.PluginManagementAuthorizer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of concept-plugin-spring-boot-starter Show documentation
Show all versions of concept-plugin-spring-boot-starter Show documentation
Dynamic loading classes with external jar simply and gracefully
The newest version!
package com.github.linyuzai.plugin.autoconfigure.management;
public interface PluginManagementAuthorizer {
boolean unlock(String password);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy