exceptionless / Exceptionless.Java

Exceptionless Java client
Apache License 2.0
6 stars 2 forks source link

Investigate using lombok.NonNull to enforce certain properties on models #6

Closed pc9795 closed 3 years ago

pc9795 commented 3 years ago

I will be providing default values in most of the situations so will not be using this annotation. I am also using Wrapper classes instead of Java primitives to detect whether a primitive is set or not so that I can set a default value.