blob: 888db2c33cc5cb09776d5684b0681e09680d36c3 [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 ResultSetType {
}