package fr.openwide.core.wicket.more.markup.html.template.js.jquery.plugins.bootstrap.button; import fr.openwide.core.wicket.more.markup.html.template.js.jquery.plugins.util.AbstractCoreJQueryPluginResourceReference; public final class BootstrapButtonJavaScriptResourceReference extends AbstractCoreJQueryPluginResourceReference { private static final long serialVersionUID = 2483430588472990612L; private static final BootstrapButtonJavaScriptResourceReference INSTANCE = new BootstrapButtonJavaScriptResourceReference(); private BootstrapButtonJavaScriptResourceReference() { super(BootstrapButtonJavaScriptResourceReference.class, "button.js"); } public static BootstrapButtonJavaScriptResourceReference get() { return INSTANCE; } }