mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-16 21:01:10 +08:00
This commit is contained in:
parent
64d4387073
commit
72cc830aaa
16
querydsl-annotations/src/main/java/DTO.java
Normal file
16
querydsl-annotations/src/main/java/DTO.java
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
|
||||
import static java.lang.annotation.ElementType.TYPE;
|
||||
import static java.lang.annotation.RetentionPolicy.RUNTIME;
|
||||
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Target(TYPE)
|
||||
@Retention(RUNTIME)
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public @interface DTO {
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user