Interface PreDestroyMethod

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Deprecated(forRemoval=true, since="4.0.8") @FunctionalInterface public interface PreDestroyMethod
Deprecated, for removal: This API element is subject to removal in a future version.
Helidon inject is deprecated and will be replaced in a future version
Represents the PreDestroy method.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Represents the pre destroy method.
  • Method Details

    • preDestroy

      void preDestroy()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Represents the pre destroy method.