Annotation Type ServiceTrigger


  • @Target(ANNOTATION_TYPE)
    @Retention(RUNTIME)
    public @interface ServiceTrigger
    Service trigger annotation.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String method
      The method name that identifies the method.
      java.lang.String name
      The required service name.
      java.lang.Class<?> type
      The service type.
    • Element Detail

      • name

        java.lang.String name
        The required service name.
        Default:
        ""
      • type

        java.lang.Class<?> type
        The service type.
        Default:
        java.lang.Object.class
      • method

        java.lang.String method
        The method name that identifies the method.
        Default:
        ""