com.mysema.query.annotations
Annotation Type QueryInit


@Documented
@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface QueryInit

Defines the paths to be initialized for the annotated property

Author:
tiwe

Required Element Summary
 String[] value
          Initialized paths
 

Element Detail

value

public abstract String[] value
Initialized paths

Returns:


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