diff --git a/querydsl-core/src/main/java/com/mysema/query/annotations/Variables.java b/querydsl-core/src/main/java/com/mysema/query/annotations/Variables.java index 56427af74..381f02204 100644 --- a/querydsl-core/src/main/java/com/mysema/query/annotations/Variables.java +++ b/querydsl-core/src/main/java/com/mysema/query/annotations/Variables.java @@ -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 { /** diff --git a/querydsl-scala/.cache b/querydsl-scala/.cache index 7b2411a78..26e1209a6 100644 Binary files a/querydsl-scala/.cache and b/querydsl-scala/.cache differ