Annotation Type UniJService


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface UniJService
    Annotation that should be present on all implementations of UniJ services.

    Should always be accompanied by Google's @AutoService annotation.

    Author:
    Tomasz Linkowski
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int priority
      Loading priority of this service.
    • Element Detail

      • priority

        int priority
        Loading priority of this service. Smaller numbers mean higher priority (priority may be negative).