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

org.hibernate.solon.annotation.Db Maven / Gradle / Ivy

There is a newer version: 3.0.5-M3
Show newest version
package org.hibernate.solon.annotation;

import java.lang.annotation.*;

/**
 * 数据工厂注解
 *
 * 例:
 * */
@Target({ElementType.FIELD, ElementType.PARAMETER, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Db {
    /**
     * ds bean name
     * */
    String value() default "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy