/** * Hook interface & implementations for specific plugins. * * @author Peter Güttinger */ @NonNullByDefault package ch.njol.skript.hooks; import org.eclipse.jdt.annotation.NonNullByDefault;