Makes publishing events more CDI-like. The generator will now create a publisher class when it sees Event<T> injected and a generated impl doesn't already exist.
Remove ApplicationEvent Annotation
Enhance generator to automatically create publisher classes
can now generate generic publishers
similar to CDI, adding a qualifier to an Event<T> dependency will create and wire a publisher that by default sends qualified events
Makes publishing events more CDI-like. The generator will now create a publisher class when it sees
Event<T>
injected and a generated impl doesn't already exist.Event<T>
dependency will create and wire a publisher that by default sends qualified events