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

com.cryptomorin.xseries.reflection.constraint.ReflectiveConstraint Maven / Gradle / Ivy

There is a newer version: 12.1.0
Show newest version
package com.cryptomorin.xseries.reflection.constraint;

import com.cryptomorin.xseries.reflection.ReflectiveHandle;
import org.jetbrains.annotations.ApiStatus;

@ApiStatus.Experimental
public interface ReflectiveConstraint {
    String category();

    String name();

    boolean appliesTo(ReflectiveHandle handle);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy