package org.opendaylight.controller.yang.binding; public interface Augmentable { > E getAugmentation(Class augmentationType); }