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

org.chobit.apt.tools.TreeKit Maven / Gradle / Ivy

There is a newer version: 0.0.4
Show newest version
package org.chobit.apt.tools;


/**
 * 结构树工具包
 *
 * @author robin
 */
public final class TreeKit {


	private TreeKit() {
		throw new AssertionError("Private constructor, cannot be accessed.");
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy