Post init interface

This commit is contained in:
paulevsGitch 2021-07-11 01:25:11 +03:00
parent cb51137c87
commit 992d755801
3 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,5 @@
package ru.bclib.interfaces;
public interface IPostInit {
void postInit();
}