@ThreadSafe public final class Null extends Object
Used instead of null to prevent null pointer exceptions.
Implemented as singleton w/o any state, so thread safe.
public static final Null NULL
Copyright © 2014 Sven Strittmatter. All Rights Reserved.