package org.opendaylight.yangtools.yang.binding; /** * * Object is unique identifier for another object * * @author ttkacik * * @param Class of object for which this object is identifier */ public interface Identifier> { }