de.fraunhofer.iosb.ilt.configurableexample.Shape Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ConfigurableExample Show documentation
Show all versions of ConfigurableExample Show documentation
An example of the use of the Configurable framework.
package de.fraunhofer.iosb.ilt.configurableexample;
import de.fraunhofer.iosb.ilt.configurable.Configurable;
/**
* The interface that our shapes implement.
*
* @author scf
*/
public interface Shape extends Configurable
© 2015 - 2024 Weber Informatics LLC | Privacy Policy