Annotation Interface MinimalMinorVersion


@Retention(RUNTIME) @Target(METHOD) @Inherited public @interface MinimalMinorVersion
The minimal minor version that a service needs to have in order to possess this method.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    The minimal minor version that a service needs to have in order to possess this method.
  • Element Details

    • value

      int value
      The minimal minor version that a service needs to have in order to possess this method.