mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-24 21:07:26 +08:00
added javadocs for packages
This commit is contained in:
parent
5027e03703
commit
108d5fcc5b
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright (c) 2008 Mysema Ltd.
|
||||
* All rights reserved.
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* Grammar extensions and serialization for Querydsl collections
|
||||
*/
|
||||
package com.mysema.query.collections.iterators;
|
||||
|
||||
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright (c) 2008 Mysema Ltd.
|
||||
* All rights reserved.
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* Querydsl for Java collections
|
||||
*/
|
||||
package com.mysema.query.collections;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user