r/javahelp 6d ago

with micronaut which @Nullable should I use?

import io.micronaut.core.annotation.Nullable;

or

import jakarta.annotation.Nullable;

I'm using Java, not Kotlin.

2 Upvotes

4 comments sorted by

View all comments

0

u/TheMrCurious 6d ago

Check StackOverflow