-
public final class Interception<T extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisOverrideprivate final Tinterceptor
-
Constructor Summary
Constructors Constructor Description Interception(Boolean isOverride, T interceptor)
-
Method Summary
Modifier and Type Method Description final BooleangetIsOverride()final TgetInterceptor()-
-
Method Detail
-
getIsOverride
final Boolean getIsOverride()
-
getInterceptor
final T getInterceptor()
-
-
-
-