Annotation Interface SessionVersionInfo


@Documented @Inherited @Target(TYPE) @Retention(RUNTIME) public @interface SessionVersionInfo
Annotation for session version information. Used to help determine what versions are supported by a set of implementing objects.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Max version supported
    Min version supported
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Target version (same as max if unspecified)
  • Element Details

    • min

      String min
      Min version supported
    • max

      String max
      Max version supported
    • target

      String target
      Target version (same as max if unspecified)
      Default:
      ""