Annotation Interface Extension


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface Extension
Annotation required on the implementation of extensible interface.
Since:
0.6.0
Author:
qilong.zql
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    extension order, Higher values are interpreted as lower priority.
    extension name
  • Element Details

    • value

      String value
      extension name
      Default:
      ""
    • order

      int order
      extension order, Higher values are interpreted as lower priority. As a consequence, the object with the lowest value has the highest priority.
      Default:
      100