How to add @initbinder

How to add initbinder in play framework project like in java spring project
@InitBinder
public void initBinder(WebDataBinder dataBinder) {
dataBinder.setAutoGrowCollectionLimit(autoGrowCollectionLimit);
}