Class DelegatedYangTextSource

java.lang.Object
com.google.common.io.CharSource
org.opendaylight.yangtools.yang.model.api.source.YangTextSource
org.opendaylight.yangtools.yang.model.spi.source.DelegatedYangTextSource
All Implemented Interfaces:
Delegator<CharSource>, Immutable, SourceRepresentation, YangSourceRepresentation

@NonNullByDefault public class DelegatedYangTextSource extends YangTextSource
A YangTextSource delegating to a CharSource.