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 |
java.lang.Class<?> |
value
Type to be extended |
value
public abstract java.lang.Class<?> value
- Type to be extended
- Returns:
Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.