deprecated com.mysema.query.annotations.Variables

This commit is contained in:
Timo Westkämper 2011-12-05 21:29:14 +02:00
parent 7c76f0748c
commit d5e82079d0
2 changed files with 3 additions and 0 deletions

View File

@ -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.