package org.opendaylight.yangtools.sal.binding.model.api; /** * * Marker interface which assign to object property that it is bounded wildcard * type. * */ public interface WildcardType extends Type { }