sigmundch / DEP-member-interceptors

little experiment of using barriers to implement observability
4 stars 4 forks source link

Avoid using @nonnull as example? #2

Closed munificent closed 9 years ago

munificent commented 9 years ago

I think contract validation is definitely a useful example to show, but I worry that if we use @nonnull as the hypothetic contract that the discussion will rathole on non-nullability. I, of course, care a lot about non-nullability, but it's not relevant to this proposal. :)

How about @nonnegative or something?

sigmundch commented 9 years ago

Good idea, I'll make it so.