单项选择题

如何在Spring中创建一个具有分页和排序功能的REST端点()

A.使用PageRequest和Pageable
B.使用Pagination和Sorting
C.使用@Pageable注解
D.使用@Sort注解