com.mysema.query.annotations
Annotation Type QueryExtensions


@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface QueryExtensions

Declaration of extension methods on an external type. Extensions of builtin types (e.g. String, Boolean, JDK Number types) are not supported

Author:
tiwe

Required Element Summary
 Class<?> value
          Type to be extended
 

Element Detail

value

public abstract Class<?> value
Type to be extended

Returns:


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