You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by Mark Struberg <st...@yahoo.de> on 2009/06/25 23:16:51 UTC

@Fires is also obsolete

@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