public abstract @interface

FirstResult

implements Annotation
com.google.inject.persist.finder.FirstResult

Class Overview

Annotate any dynamic finder method's integer argument with this to pass in the index of the first result in the result set you are interested in. Useful for paging result sets. Complemented by MaxResults.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation