Interface OptionallyNamed

All Known Subinterfaces:
Application, ModuleComponent

@Deprecated(forRemoval=true, since="4.0.8") public interface OptionallyNamed
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
Provides a means to identify if the instance is optionally named.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    The optional name for this instance.
  • Method Details

    • named

      Optional<String> named()
      Deprecated, for removal: This API element is subject to removal in a future version.
      The optional name for this instance.
      Returns:
      the name associated with this instance or empty if not available or known