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

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

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

import org.joinedworkz.core.facility.DefaultSetting

class CommonSetting extends DefaultSetting {

	new(ClassLoader projectClassLoader) { 
		super(projectClassLoader)
	}

	override void configure() {
		super.configure();
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy