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

site.sorghum.anno.pf4j.Pf4jPluginContext Maven / Gradle / Ivy

The newest version!
package site.sorghum.anno.pf4j;

import lombok.Getter;
import org.pf4j.PluginWrapper;

/**
 * 插件上下文
 *
 * @author Sorghum
 * @since 2024/07/25
 */
@Getter
public class Pf4jPluginContext {

    private final PluginWrapper pluginWrapper;

    public Pf4jPluginContext(PluginWrapper pluginWrapper) {
        this.pluginWrapper = pluginWrapper;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy