Annotation Type 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 value
      The minimal minor version that a service needs to have in order to possess this method.
    • Element Detail

      • value

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