This is the Builder pattern variation as described by Joshua Bloch in Effective Java 2nd Edition. We want to build Hero objects, but its construction is complex because of the many parameters needed. To aid the user we introduce HeroBuilder class. HeroBuilder takes the minimum parameters to build H
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected