Annotation Interface NoHook


@Inherited @Target({FIELD,TYPE}) @Retention(RUNTIME) public @interface NoHook
Remove current hook definitions from the container context.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Hook[]
    Hook annotations to remove.
  • Element Details

    • value

      Hook[] value
      Hook annotations to remove.

      If no annotation is provided, all hook will be removed.

      Returns:
      Hook annotations to remove
      Default:
      {}