package org.pf4j; /** * Stub implementation of {@code org.pf4j.ExtensionPoint} so the plugin works * in and builds against RuneLite, which doesn't have P4J on its classpath. */ public interface ExtensionPoint { // empty }