Skip to content

Commit 027bc63

Browse files
committed
GH-10083: Apply Nullability to spring-integration-mail
Related to: #10083 Signed-off-by: Jiandong Ma <[email protected]>
1 parent e639b1e commit 027bc63

File tree

6 files changed

+6
-18
lines changed

6 files changed

+6
-18
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/**
22
* Provides classes for configuration - parsers, namespace handlers.
33
*/
4-
@NullMarked
4+
@org.jspecify.annotations.NullMarked
55
package org.springframework.integration.mail.config;
6-
7-
import org.jspecify.annotations.NullMarked;
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/**
22
* Provides Mail Components for the Java DSL.
33
*/
4-
@NullMarked
4+
@org.jspecify.annotations.NullMarked
55
package org.springframework.integration.mail.dsl;
6-
7-
import org.jspecify.annotations.NullMarked;
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/**
22
* Events generated by the mail module
33
*/
4-
@NullMarked
4+
@org.jspecify.annotations.NullMarked
55
package org.springframework.integration.mail.event;
6-
7-
import org.jspecify.annotations.NullMarked;
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/**
22
* Base package for Mail support.
33
*/
4-
@NullMarked
4+
@org.jspecify.annotations.NullMarked
55
package org.springframework.integration.mail;
6-
7-
import org.jspecify.annotations.NullMarked;
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/**
22
* Provides classes to support email.
33
*/
4-
@NullMarked
4+
@org.jspecify.annotations.NullMarked
55
package org.springframework.integration.mail.support;
6-
7-
import org.jspecify.annotations.NullMarked;
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/**
22
* Provides classes related to transforming mail messages.
33
*/
4-
@NullMarked
4+
@org.jspecify.annotations.NullMarked
55
package org.springframework.integration.mail.transformer;
6-
7-
import org.jspecify.annotations.NullMarked;

0 commit comments

Comments
 (0)