@Retention(value=RUNTIME) @Target(value=TYPE) public @interface SetEntityFactory
GameWorld.setEntityFactory(EntityFactory).
Note: if it is important that only a single instance of the factory
is created, then you need to annotate it with com.google.inject.Singleton.Copyright © 2017. All rights reserved.