Annotation Type Priority


  • @Documented
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface Priority
    This annotation is used for sorting entries in the UIs.
    Since:
    0.7.5
    Author:
    Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static int DEFAULT
      Default priority.
      static int IMPORTANT
      Important implementations.
      static int RECOMMENDED
      Recommended implementations.
      static int SUPPLEMENTARY
      Supplementary priority.
      static int USER
      Users are suggested to use this, so their own extensions show up at the top.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int value
      Priority of this class
    • Field Detail

      • SUPPLEMENTARY

        static final int SUPPLEMENTARY
        Supplementary priority.
      • DEFAULT

        static final int DEFAULT
        Default priority.
      • IMPORTANT

        static final int IMPORTANT
        Important implementations.
      • RECOMMENDED

        static final int RECOMMENDED
        Recommended implementations.
      • USER

        static final int USER
        Users are suggested to use this, so their own extensions show up at the top.
    • Element Detail

      • value

        int value
        Priority of this class
        Returns:
        Priority