Interface Lookup<I>

  • All Known Implementing Classes:
    Registry

    public interface Lookup<I>
    Generic lookup by low-case string ID.
    Since:
    4.3
    • Method Detail

      • lookup

        I lookup​(java.lang.String name)