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

com.github.bingoohuang.settingbeanorm.spring.SettingBeanOrmEnabled Maven / Gradle / Ivy

There is a newer version: 0.0.9
Show newest version
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