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

javax.jmi.model.ConstantClass Maven / Gradle / Ivy

package javax.jmi.model;

import javax.jmi.reflect.*;

public interface ConstantClass extends RefClass {
    public Constant createConstant();
    public Constant createConstant(String name, String annotation, String value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy