181920212223242526
List<Book> data; public BookController() { data = Lists.newArrayList( new Book("Effective Java","Joshua Bloch","Essential",1), new Book("Breaking Dawn","Stephanie Myers","Just terrible",2) ); }