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

org.ggp.base.util.propnet.sancho.PolymorphicConstant Maven / Gradle / Ivy

The newest version!

package org.ggp.base.util.propnet.sancho;


/**
 * @author steve
 * Base class for all non-abstract Constant implementations. Needed so that
 * instanceof PolymorphicConstant can be used regardless of the concrete class
 * hierarchy produced by the factory
 */
public abstract interface PolymorphicConstant extends PolymorphicComponent
{
  //  No actual differences from the base class
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy