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

com.tairanchina.csp.dew.jdbc.annotations.Param Maven / Gradle / Ivy

The newest version!
package com.tairanchina.csp.dew.jdbc.annotations;

import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.PARAMETER)
public @interface Param {
    String value() default "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy