Annotation Interface HandleAfterLinkSave


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Inherited public @interface HandleAfterLinkSave
Denotes a component that should handle the afterLinkSave event.
Author:
Jon Brisbin, Oliver Gierke
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Class<?>[]
    Deprecated.
    the domain type of interest is derived from the type of the first parameter of the annotated handler method.
  • Element Details

    • value

      @Deprecated Class<?>[] value
      Deprecated.
      the domain type of interest is derived from the type of the first parameter of the annotated handler method.
      The domain type which you want to listen for events for.
      Returns:
      Default:
      {}