Checkpoint - started to create database entities
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
package com.plannaplan.interfaces;
|
||||
|
||||
public interface ProtectedAction {
|
||||
void validateAction();
|
||||
}
|
Reference in New Issue
Block a user