Annotation Type SingleRowResult


@Retention(SOURCE)
@Target(FIELD)
@Documented
public @interface SingleRowResult
Marks a query that will only produce at most one row.
Author:
Donal Fellows