com.cryptomorin.xseries.reflection.jvm.NamedReflectiveHandle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of XSeries Show documentation
Show all versions of XSeries Show documentation
A set of utilities for Minecraft plugins
package com.cryptomorin.xseries.reflection.jvm;
import javax.annotation.Nonnull;
import java.util.Set;
/**
* Any declaration in Java that can be named (all except constructors).
* This class should not be used directly.
*/
public interface NamedReflectiveHandle {
@Nonnull
Set getPossibleNames();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy