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

org.joinedworkz.common.CommonSetting Maven / Gradle / Ivy

There is a newer version: 1.3.46
Show newest version
package org.joinedworkz.common;

import org.joinedworkz.core.facility.DefaultSetting;

@SuppressWarnings("all")
public class CommonSetting extends DefaultSetting {
  public CommonSetting(final ClassLoader projectClassLoader) {
    super(projectClassLoader);
  }

  @Override
  public void configure() {
    super.configure();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy