Annotation Type Nullable


@Target({METHOD,PARAMETER,FIELD}) @Retention(RUNTIME) @Documented public @interface Nullable
A common Spring annotation to declare that annotated elements can be null under some circumstance. Leverages JSR 305 meta-annotations to indicate nullability in Java to common tools with JSR 305 support and used by Kotlin to infer nullability of Spring API.
Since:
0.0.1.0
Author:
ACANX