You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/META-INF/plugin.xml
-20Lines changed: 0 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -20,26 +20,6 @@
20
20
<version>${project.version}</version>
21
21
<vendorurl="https://axoniq.io/">AxonIQ</vendor>
22
22
23
-
<description>
24
-
<![CDATA[
25
-
Supports developers while writing applications using <a href="https://axoniq.io/product-overview/axon-framework">Axon Framework</a> version 4.x.<br/><br/>
26
-
27
-
Axon Framework helps build scalable, extensible, and maintainable applications by supporting developers to apply Domain-Driven Design (DDD), Command-Query Responsibility Separation (CQRS),
28
-
and Event Sourcing (ES). The framework provides a message-driven architecture with dedicated command, event, and query messages, to support these paradigms.<br/><br/>
29
-
30
-
The plugin provides the following features:
31
-
<ul>
32
-
<li>Line markers to visualize commands, events, queries and deadlines</li>
33
-
<li>Several inspections on code structure that is required for Axon Framework</li>
34
-
<li>Marks methods used by Axon Framework as used, such as annotated methods</li>
35
-
<li>Easy access to the reference guide (ctrl+shift+a and type axon)
36
-
</ul>
37
-
38
-
If you have a feature request or want to report a bug, please report this at our <a href="https://github.com/AxonFramework/IdeaPlugin/issues">Github issue tracker</a>.<br/>
39
-
For questions on Axon Framework usage, or about the plugin, please visit our <a href="https://discuss.axoniq.io/">Discuss</a>.
0 commit comments