I am introducing my first plugin. It may come in handy for some enterprise developers. However, I wrote it for myself in the first place.
The Spring Transaction Helper plugin is designed to enhance the development experience for users of the Spring Framework by providing robust support for declarative transaction management using the @Transactional annotation. Under the hood it builds a tree of transaction declarations and analyzes it in search of potential bugs and anomalies. Also it has a function of visualizing the whole tree to the user.
Would love to hear feedback! Also curious if the plugin itself is useful, or is implemented somewhere i could not find…
Thank you!