Can any one explain me this syntax of predefined GenericModel class?Here what is Object... what are these 3 dots(period) for can any one explain me.
public static JPAQuery find(String query, Object... params) {
throw new UnsupportedOperationException("Please annotate your JPA model with @javax.persistence.Entity annotation.");
}