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

jodd.jtx.JoddJtx Maven / Gradle / Ivy

// Copyright (c) 2003-present, Jodd Team (jodd.org). All Rights Reserved.

package jodd.jtx;

import jodd.Jodd;

/**
 * Jodd JTX module.
 */
public class JoddJtx {

	// ---------------------------------------------------------------- module

	static {
		init();
	}

	public static void init() {
		Jodd.init(JoddJtx.class);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy