org.spincast.website.SpincastConfigPluginConfigApp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
package org.spincast.website;
import org.spincast.plugins.config.SpincastConfigPluginConfigDefault;
/**
* Custom configurations for the Spincast External Config plugin.
*/
public class SpincastConfigPluginConfigApp extends SpincastConfigPluginConfigDefault {
//...
}