Skip to content

Commit 974b5b3

Browse files
committed
add missing annotations
1 parent d62b36c commit 974b5b3

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
package it.aboutbits.springboot.toolbox.reflection.util.testfixtures;
22

3+
import org.jspecify.annotations.NullMarked;
4+
5+
@NullMarked
36
public abstract class ScanTestAbstractImpl implements ScanTestInterface {
47
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
package it.aboutbits.springboot.toolbox.reflection.util.testfixtures;
22

3+
import org.jspecify.annotations.NullMarked;
4+
35
@ScanTestAnnotation
6+
@NullMarked
47
public class ScanTestAnnotatedClass {
58
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
package it.aboutbits.springboot.toolbox.reflection.util.testfixtures;
22

3+
import org.jspecify.annotations.NullMarked;
4+
5+
@NullMarked
36
public class ScanTestConcreteImpl implements ScanTestInterface {
47
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
package it.aboutbits.springboot.toolbox.reflection.util.testfixtures;
22

3+
import org.jspecify.annotations.NullMarked;
4+
5+
@NullMarked
36
public interface ScanTestInterface {
47
}

0 commit comments

Comments
 (0)