Package io.micrometer.context
Annotation Interface Nullable
@Target({METHOD,PARAMETER,FIELD})
@Retention(RUNTIME)
@Documented
@Nonnull(when=MAYBE)
@TypeQualifierNickname
@Deprecated
public @interface Nullable
Deprecated.
Annotation to declare that a method parameter, return value, or field can be
null under some circumstance. Uses JSR-305 meta-annotations to indicate
nullability. Overridden methods override should redeclare the annotation unless they
behave differently.- Since:
- 1.0.0
Nullableinstead.