Annotation Type ConfigPriority


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface ConfigPriority
    A annotation to apply a priority to a configuration.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int value
      The priority of the Config.
    • Element Detail

      • value

        int value
        The priority of the Config.
        Returns:
        the priority value