Skip to content

Commit

Permalink
Added Default Interceptors
Browse files Browse the repository at this point in the history
Signed-off-by: thadumi <th.theodor.th@gmail.com>
  • Loading branch information
thadumi committed Mar 22, 2020
1 parent ee287d7 commit d263425
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
@@ -0,0 +1,17 @@
////
*******************************************************************
* Copyright (c) 2019 Eclipse Foundation
*
* This specification document is made available under the terms
* of the Eclipse Foundation Specification License v1.0, which is
* available at https://www.eclipse.org/legal/efsl.php.
*******************************************************************
////

[[default_interceptors]]
== Default Interceptors

Default interceptors are interceptors that
apply to a set of target classes. An extension specification may support
the use of a deployment descriptor or annotations to define default
interceptors and their relative ordering.
Expand Up @@ -28,3 +28,5 @@ include::interceptor_methods_for_lifecycle_event_callbacks/interceptor_methods_f
include::timeout_method_interceptor_methods.adoc[]

include::constructor_and_method_level_interceptors.adoc[]

include::default_interceptors.adoc[]

0 comments on commit d263425

Please sign in to comment.