Annotation Type 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[] value
      Hook annotations to remove.
    • Element Detail

      • value

        Hook[] value
        Hook annotations to remove.

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

        Returns:
        Hook annotations to remove
        Default:
        {}