com.mysema.query.annotations
Annotation Type Variables


@Documented
@Target(value=PACKAGE)
@Retention(value=RUNTIME)
public @interface Variables

QuerydslVariables defines that a Variables class or interface is to be serialized into the host package. The type will contain public static final constants for the entity types of the package.

Author:
tiwe

Optional Element Summary
 boolean asInterface
          Generate interface instead of class
 String value
          Simple name of the variables class
 

value

public abstract String value
Simple name of the variables class

Returns:
Default:
"Variables"

asInterface

public abstract boolean asInterface
Generate interface instead of class

Returns:
Default:
false


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.