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

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

Go to download

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

The newest version!
package de.tsl2.nano.bean.def;

import de.tsl2.nano.core.ENV;

/**
 * if implementation is found through {@link ENV#get(Class)}, it will be called by {@link BeanDefinition#saveDefinition()}
 * @author ts
 */
@FunctionalInterface
public interface IBeanDefinitionSaver {
	void saveResourceEntries(BeanDefinition def);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy