You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: projects/stage-1/middleware-frameworks/my-cdi/src/main/java/org/geektimes/enterprise/inject/standard/beans/BeanArchiveManager.java
Copy file name to clipboardexpand all lines: projects/stage-1/middleware-frameworks/my-cdi/src/main/java/org/geektimes/enterprise/inject/standard/interceptor/InterceptorBean.java
Copy file name to clipboardexpand all lines: projects/stage-1/middleware-frameworks/my-cdi/src/main/java/org/geektimes/enterprise/inject/util/Beans.java
Copy file name to clipboardexpand all lines: projects/stage-1/middleware-frameworks/my-interceptor/src/main/java/org/geektimes/interceptor/DefaultInterceptorManager.java
+16
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,7 @@ public DefaultInterceptorManager() {
Copy file name to clipboardexpand all lines: projects/stage-1/middleware-frameworks/my-interceptor/src/main/java/org/geektimes/interceptor/InterceptorBindingInfo.java
Copy file name to clipboardexpand all lines: projects/stage-1/middleware-frameworks/my-interceptor/src/main/java/org/geektimes/interceptor/InterceptorBindings.java
Copy file name to clipboardexpand all lines: projects/stage-1/middleware-frameworks/my-interceptor/src/main/java/org/geektimes/interceptor/InterceptorInfo.java
Copy file name to clipboardexpand all lines: projects/stage-1/middleware-frameworks/my-interceptor/src/main/java/org/geektimes/interceptor/InterceptorManager.java
+3-10
Original file line number
Diff line number
Diff line change
@@ -177,14 +177,9 @@ default List<Object> resolveInterceptors(Constructor<?> constructor, Object... d
177
177
/**
178
178
* The given interceptor class is {@link javax.interceptor.Interceptor @Interceptor} or not.
179
179
*
180
-
* @param interceptorClass the class of interceptor
181
-
* @throws NullPointerException If <code>interceptorClass</code> is <code>null</code>
182
-
* @throws IllegalStateException If an interceptor class does not annotate @Interceptor or
183
-
* is abstract or have not a public no-arg constructor
180
+
* @param interceptorClass the class of interceptor is abstract or have not a public no-arg constructor
0 commit comments