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

de.tsl2.nano.bean.IMapable 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
/**
 * 
 */
package de.tsl2.nano.bean;

import java.util.Map;

/**
 * UNUSED YET! 

* lets map an object to a simple key/value map * @author Tom */ public interface IMapable { Map toValueMap(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy