mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-24 21:07:26 +08:00
17 lines
273 B
Java
17 lines
273 B
Java
/*
|
|
* Copyright (c) 2010 Mysema Ltd.
|
|
* All rights reserved.
|
|
*
|
|
*/
|
|
|
|
/**
|
|
* SQL/JDBC support for Querydsl
|
|
*/
|
|
@DefaultAnnotation( { Nonnull.class })
|
|
package com.mysema.query.sql;
|
|
|
|
import javax.annotation.Nonnull;
|
|
|
|
import edu.umd.cs.findbugs.annotations.DefaultAnnotation;
|
|
|