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

jodd.bean.modifier.BeanModifier Maven / Gradle / Ivy

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

package jodd.bean.modifier;

/**
 * Bean modifier.
 */
public interface BeanModifier {

	/**
	 * Modifies bean.
	 */
	void modify(Object bean);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy