Annotation Interface Soft
Makes annotated fields or fields of annotated classes to be soft.
Soft fields on servers are cleared or set to null event if they are annotated with
NonNull
when their values are not required by browsers for saving memory consumptions.
Soft fields on browsers are not cleared or set to null.