com.vaadin.util.

Interface CurrentInstanceFallbackResolver<T>

    • Method Summary

      All Methods
      Modifier and Type Method Description
      T resolve()

      Resolves a current instance for the type T.

    • Method Detail

      • resolve

        T resolve()

        Resolves a current instance for the type T.

        Returns:

        the current instance, or null if none can be found