Annotation Interface HandleEvents


@Target(METHOD) @Retention(RUNTIME) public @interface HandleEvents
This annotation tells AutoHandlerScan that this is method should be used to handle events.

The class will automatically be instantiated and added to the container. One instance of the class will be created and will be retained for the life of the container.

  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
    int
     
  • Element Details

    • order

      int order
      Default:
      0
    • name

      String name
      Default:
      ""