blob: 418fa9e8064ba877ffc3ba9ec4a1b154fb6e032e [file] [log] [blame]
package java.sql;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import javax.annotation.meta.TypeQualifier;
@Documented
@TypeQualifier(applicableTo=Integer.class)
@Retention(RetentionPolicy.RUNTIME)
public @interface ResultSetConcurrency {
}