package org.opendaylight.yangtools.triemap; /** * Mimic None in Scala * * @author Roman Levenstein * * @param */ class None extends Option{ }