Skip to content
Success

SensiNact core Annotations (Aug 8, 2024, 11:01:54 AM)

Started 1 yr 11 mo ago
Took 2.8 sec
Build Artifacts
annotation-0.0.2-SNAPSHOT.jar21.17 KiB view
annotation-0.0.2-SNAPSHOT.pom1.84 KiB view
Add support for nullable data which should not create a resource

In some cases null is a valid value to return, but should not be used to initialize a resource. For example if a DTO contains some optional resources which may never be set for some providers, but will be set for others, and those resources may be null, then this was not previously possible

Signed-off-by: Tim Ward <timothyjward@apache.org>
(commit: 068be10)
timothyjward at