Interface VersionedFeature<V extends Comparable<V>,​F extends VersionedFeature<V,​F>>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default boolean since​(F feature)  
      • Methods inherited from interface org.jboss.staxmapper.Versioned

        getComparator, getVersion
    • Method Detail

      • since

        default boolean since​(F feature)
        Specified by:
        since in interface org.jboss.staxmapper.Versioned<V extends Comparable<V>,​F extends VersionedFeature<V,​F>>