MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / main

Method main

reflection/pets/PetCreator.java:29–33  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls 1

listMethod · 0.80

Tested by

no test coverage detected