jodd.JoddBean Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jodd-bean Show documentation
Show all versions of jodd-bean Show documentation
Jodd BeanUtil is fast and powerful bean manipulation library.
// 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;
}