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

de.tsl2.nano.bean.def.BeanProperty Maven / Gradle / Ivy

Go to download

TSL2 Framework Descriptor (currency-handling, generic formatter, descriptors for beans, collections, actions and values)

There is a newer version: 2.5.1
Show newest version
/*
 * File: $HeadURL$
 * Id  : $Id$
 * 
 * created by: Thomas Schneider
 * created on: Oct 15, 2011
 * 
 * Copyright: (c) Thomas Schneider 2011, all rights reserved
 */
package de.tsl2.nano.bean.def;

/**
 * let the proxy bean be changed after proxy creation.
 * 
 * @author Thomas Schneider
 * @version $Revision$
 */
public interface BeanProperty {
    Object getProperty(String key);

    void setProperty(String key, Object value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy