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

jodd.JoddBean Maven / Gradle / Ivy

There is a newer version: 5.1.6
Show newest version
// Copyright (c) 2003-2013, Jodd Team (jodd.org). All Rights Reserved.

package jodd;

/**
 * Jodd BEAN module.
 */
public class JoddBean {

	/**
	 * Name of 'this' references.
	 */
	public static String thisRef = "*this";

	/**
	 * Field name prefix.
	 */
	public static String fieldPrefix;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy