Skip to content

Commit

Permalink
Added Terminology
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 19f5582 commit 5287fed
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@

[[interceptor_programming_contract]]
== Interceptor Programming Contract

include::terminology.adoc[]
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
////
*******************************************************************
* 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.
*******************************************************************
////

[[terminology]]
== Terminology

The following terminology is used in this
document:

_Interceptor class_ : a class containing
interceptor methods that is designed to be associated with a target
class, method, or constructor.

_Interceptor_ : instance of an interceptor
class.

_Interceptor method_ : a method of an
interceptor class or of a target class that is invoked to interpose on
the invocation of a method of the target class, a constructor of the
target class, a lifecycle event of the target class, or a timeout method
of the target class.

0 comments on commit 5287fed

Please sign in to comment.