I have a POJO - Student
class Student { private final int roll; private final List years; // getters & setters }
Year