mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
9 lines
122 B
Java
9 lines
122 B
Java
package com.mysema.query.codegen;
|
|
|
|
import com.mysema.query.annotations.QueryEntity;
|
|
|
|
@QueryEntity
|
|
public class Group {
|
|
|
|
}
|