mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
deprecated com.mysema.query.annotations.Variables
This commit is contained in:
parent
7c76f0748c
commit
d5e82079d0
@ -17,11 +17,14 @@ import java.lang.annotation.Target;
|
||||
* The type will contain public static final constants for the entity types of the package.
|
||||
*
|
||||
* @author tiwe
|
||||
*
|
||||
* @deprecated will be removed soon
|
||||
*
|
||||
*/
|
||||
@Documented
|
||||
@Target({PACKAGE})
|
||||
@Retention(RUNTIME)
|
||||
@Deprecated
|
||||
public @interface Variables {
|
||||
|
||||
/**
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user