Interface OptionallyNamed

All Known Subinterfaces:
Application, ModuleComponent

public interface OptionallyNamed
Provides a means to identify if the instance is optionally named.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    The optional name for this instance.
  • Method Details

    • named

      Optional<String> named()
      The optional name for this instance.
      Returns:
      the name associated with this instance or empty if not available or known