![JAR search and dependency download from the Maven repository](/logo.png)
de.tsl2.nano.h5.annotation.VirtualAttributeAnnotationFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tsl2.nano.h5 Show documentation
Show all versions of tsl2.nano.h5 Show documentation
TSL2 Framework Html5 Extensions (WebServer, Html5Presentation, RuleCover, BeanConfigurator, LogicTable-Sheet, Expression-Descriptors for Actions, Rules, URLs, Queries)
package de.tsl2.nano.h5.annotation;
import de.tsl2.nano.annotation.extension.AnnotationFactory;
import de.tsl2.nano.bean.def.BeanDefinition;
import de.tsl2.nano.h5.configuration.BeanConfigurator;
@SuppressWarnings({ "unchecked", "rawtypes" })
public class VirtualAttributeAnnotationFactory implements AnnotationFactory {
@Override
public void build(BeanDefinition instance, VirtualAttribute a) {
BeanConfigurator configurator = (BeanConfigurator) BeanConfigurator.create(instance.getClazz()).getInstance();
configurator.addAttribute(SpecificationAnnotationFactory.typePrefix(a.specificationType()), a.expression());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy