core-java icon indicating copy to clipboard operation
core-java copied to clipboard

Check that receptors are declared and annotated correctly

Open dmdashenkov opened this issue 3 years ago • 0 comments

We should, at build time, check that the user applied the right kinds of annotations in the right kinds of entities/dispatchers.

Right now, if a user would e.g. mark a method with the @React annotation in a Projection, no error or warning is issued and the user is left to wonder why don't events make it to this particular Projection.

dmdashenkov avatar Jul 20 '21 17:07 dmdashenkov