Annotation Type Rank


  • @Documented
    @Inherited
    @Retention(RUNTIME)
    @Target({TYPE,METHOD})
    public @interface Rank
    This annotation is used to provide the initial rank of a service marked with Service.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int value
      The value this service should take initially
    • Element Detail

      • value

        int value
        The value this service should take initially
        Returns:
        The value this service should take initially