com.mysema.query.annotations
Annotation Type QueryEntities


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

Annotation for APT based Domain query type generation. Annotate Domain packages with this annotation.

Author:
tiwe

Required Element Summary
 Class<?>[] value
           
 

Element Detail

value

public abstract Class<?>[] value
Returns:


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