1: package net.sf.dozer.functional_tests.generics; 2: 3: public class IntEntity extends Entity<Integer> { 4: }