Last updated 1 year ago
In order to perform type validation, we create two interfaces Input and Output.
Input
Output
They are empty interfaces or ""
public interface Input {} public interface Output {}
It's used for runtime type checks.