-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
Milestone
Description
Expected behavior
do not use interface naming style prefixed with I
Actual behavior
Line 39 in 4f2cb40
public interface IExceptionHandler extends Ordered { |
and it is difficult to distinguish with the interface below
esa-restlight/restlight-core/src/main/java/io/esastack/restlight/server/route/ExceptionHandler.java
Line 23 in 4f2cb40
public interface ExceptionHandler<T extends Throwable> { |
Steps to reproduce
Env
Restlight version: 1.0.0-SNAPSHOT