org.jruby.ast.InvisibleNode Maven / Gradle / Ivy
package org.jruby.ast;
/**
* Marker interface for nodes invisible to IDE consumers
*/
public interface InvisibleNode {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.jruby.ast;
/**
* Marker interface for nodes invisible to IDE consumers
*/
public interface InvisibleNode {}