@Target(value=java.lang.annotation.ElementType.FIELD)
@Retention(value=RUNTIME)
@Documented
public @interface UESQueryAttribute
Such annotated field on a DTO represents attribute for UES query. Name of the
field is used as the name of attribute in UES query. The type of the field is
used for further syntax restrictions.
- Since:
- UES6-06