GH-248 - Add package-info.java for event externalization modules.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* AMQP event externalization support.
|
||||
*/
|
||||
@org.springframework.lang.NonNullApi
|
||||
package org.springframework.modulith.events.amqp;
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* JMS event externalization support.
|
||||
*/
|
||||
@org.springframework.lang.NonNullApi
|
||||
package org.springframework.modulith.events.jms;
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Kafka event externalization support.
|
||||
*/
|
||||
@org.springframework.lang.NonNullApi
|
||||
package org.springframework.modulith.events.kafka;
|
||||
Reference in New Issue
Block a user