I want to perform a validation both by using annotations and Spring Validator.
Product.java
public class Product { private int id;