com.github.bingoohuang.settingbeanorm.spring.SettingBeanOrmEnabled Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of settingbean-orm Show documentation
Show all versions of settingbean-orm Show documentation
setting javabean automatic mapping to database setting table
package com.github.bingoohuang.settingbeanorm.spring;
import org.springframework.context.annotation.Import;
import java.lang.annotation.*;
@Documented
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Import(SettingBeanOrmConfig.class)
public @interface SettingBeanOrmEnabled {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy