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

com.cryptomorin.xseries.reflection.jvm.NamedReflectiveHandle Maven / Gradle / Ivy

There is a newer version: 12.1.0
Show newest version
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