On Fri, Feb 17, 2017 at 3:35 AM, Andrey Gura <[email protected]> wrote:
> From my point of view @IgniteTransactional annotation is redundant > entity which will just confuse and lead to questions like "How to use > this annotation?" I think documention update is better way. > Why do you think it will be confusing? This annotation is suggested purely for documentation purposes, nothing else. Instead of adding documentation to every method, we just add the annotation. User can check the @IgniteTransactional javadoc to understand what this annotation means.
