null
value is forbidden
to return (for methods), pass to (parameters) and hold (local variables and fields).Nullable
claims null
value is perfectly valid
to return (for methods), pass to (parameters) or hold in (local variables and fields).THIS_SOURCE
- Means that the data flows from this container.THIS_TARGET
- Means that the data flows inside this container (of the class the annotated method belongs to).