What\'s point of declaring an interface as abstract? Same thing for an interface method. Is there a point to it?
eg.
public abstract interface Presen
I think just verboseness, explicitness and consistency with the class syntax and semantics...
You don't have to, but maybe it could help if some reader of your code is distracted or not very versed in Java.