protected abstract static class RangeRequirementSupport.Adapter<T,C extends RangeRequirementSupport.Container<T>,R extends Range<T>>
extends javax.xml.bind.annotation.adapters.XmlAdapter<C,R>
| Modifier | Constructor and Description |
|---|---|
protected |
RangeRequirementSupport.Adapter() |
@Nonnull protected abstract C newContainer()
@Nonnull protected abstract R newRangeRequirement(@Nullable@Including T from, @Nullable@Excluding T to)
Copyright © 2013 echocat. All Rights Reserved.