Interface Setup


public interface Setup
A task that runs when the application starts. Typically this means a procedure that
  • initializes some (database) state when the application starts for the first time
  • cleans up some state when the application is restarted (e.g. during development)
  • imports some state for demo/testing purposes
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    default void