Is your feature request related to a problem? Please describe.
After checkong an object via AssertProvider.ASSERT.assertNotNull(Obj o) intelliJ nethertheless shows the "Method invocation may produce NullPointerException" warning

Describe the solution you'd like
use @contract("null -> false") for assertNotNull
