Annotation Type Versionable


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface Versionable
    An annotation to provide information about the version of the SSSOM specification a slot is compliant with.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Version addedIn
      The version of the specification in which the slot was first introduced.
    • Element Detail

      • addedIn

        Version addedIn
        The version of the specification in which the slot was first introduced.
        Returns:
        The earliest SSSOM version this slot is compatible with.