com.google.inject.persist.finder
Annotation Type MaxResults


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface MaxResults

Annotate any dynamic finder method's integer argument with this to pass in the maximum size of returned result window. Usefule for paging result sets. Complement of FirstResult.

Author:
Dhanji R. Prasanna (dhanji@gmail.com)



Copyright © 2006-2011 Google, Inc.. All Rights Reserved.