Unify package-info contents

This commit is contained in:
Timo Westkämper 2015-05-14 17:36:00 +03:00
parent 53a917641d
commit ed91c7ca74
7 changed files with 7 additions and 9 deletions

View File

@ -13,6 +13,6 @@
*/
/**
* Implementations of Querydsl query interfaces for JavaBean collections
* Java Bean collections support
*/
package com.querydsl.collections;

View File

@ -13,7 +13,7 @@
*/
/**
* Contains annotation for Domain and DTO types
* Annotations for Domain and DTO types
*/
package com.querydsl.core.annotations;

View File

@ -13,7 +13,7 @@
*/
/**
* Contains basic Query elements
* Basic Query elements
*/
package com.querydsl.core;

View File

@ -13,6 +13,6 @@
*/
/**
* Operations represent typed operations with operator and arguments
* DSL expression types
*/
package com.querydsl.core.types.dsl;

View File

@ -13,6 +13,6 @@
*/
/**
* JDO support for Querydsl
* JDO support
*/
package com.querydsl.jdo;

View File

@ -12,8 +12,7 @@
* limitations under the License.
*/
/**
* Query implementations for HQL and JPQL
* JPA support
*/
package com.querydsl.jpa;

View File

@ -12,8 +12,7 @@
* limitations under the License.
*/
/**
* SQL/JDBC support for Querydsl
* SQL/JDBC support
*/
package com.querydsl.sql;