void processInjectionTarget(@Observes ProcessInjectionTarget<Object> pit) { }
should only be notified of an event of type ProcessInjectionTarget<Object>, nothing else.