@Target(value=java.lang.annotation.ElementType.FIELD)
@Retention(value=RUNTIME)
@Documented
public @interface UESFulltext
The String attribute marked on a DTO with this annotation can be used in an
 UES query string together with a fulltext operator (~). 
 The attribute on a DTO must have also an annotation @UESQueryAttribute.
- Since:
 
  - UES6-06