Interface BuildReference.HolderFactory

    • Method Detail

      • make

        @CheckForNull
        <R> BuildReference.Holder<R> make​(@NonNull
                                          R referent)
        Constructs a single build reference.
        Type Parameters:
        R - the type of thing (generally Run)
        Parameters:
        referent - the thing to load
        Returns:
        a reference, or null to consult the next factory