@Fires Event<LoggedInEvent> loggedInEvent; will get
@Any Event<LoggedInEvent> loggedInEvent; or a special bindingType instead of @Any. So we now must not look at the @Fires annotation but have to look at the Event type. This makes the handling of a few things a bit different in the DefinitionUtil! LieGrue, strub
