(String[] args)
| 27 | return TYPES; |
| 28 | } |
| 29 | public static void main(String[] args) { |
| 30 | System.out.println(TYPES); |
| 31 | List<Pet> pets = new PetCreator().list(7); |
| 32 | System.out.println(pets); |
| 33 | } |
| 34 | } |
| 35 | /* Output: |
| 36 | [class reflection.pets.Mutt, class reflection.pets.Pug, |