Package w.impl

Class ImplLoader

java.lang.Object
w.impl.ImplLoader

public class ImplLoader extends Object
  • Constructor Details

    • ImplLoader

      public ImplLoader()
  • Method Details

    • create

      @NotNull public <T> T create(@NotNull @NotNull Class<T> type, @Nullable @Nullable Object @NotNull ... parameters)
    • find

      @NotNull public <T> @NotNull Optional<T> find(@NotNull @NotNull Class<T> type, @Nullable @Nullable Object @NotNull ... parameters)