de.tsl2.nano.bean.def.IBeanDefinitionSaver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tsl2.nano.descriptor Show documentation
Show all versions of tsl2.nano.descriptor Show documentation
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