Interface Application


public interface Application
  • Method Summary

    Modifier and Type
    Method
    Description
    default <T> T
    getService(@NotNull Class<T> serviceClass)
     
    boolean
     
  • Method Details

    • getService

      default <T> T getService(@NotNull @NotNull Class<T> serviceClass)
    • isUnitTestMode

      boolean isUnitTestMode()