Interface RegistryHolder.Inlined<API,ENTRY>

Type Parameters:
API - the registry's type
ENTRY - the type of the registry entry
All Superinterfaces:
RegistryHolder<API,ENTRY>
Enclosing interface:
RegistryHolder<API,ENTRY>

@NonExtendable public static non-sealed interface RegistryHolder.Inlined<API,ENTRY> extends RegistryHolder<API,ENTRY>
A holder that contains an inlined registry entry, an anonymous value (does not have a key).
  • Method Details

    • entry

      ENTRY entry()
      The inlined entry.
      Returns:
      the inlined entry