Skip to content

Commit

Permalink
Moved Specification Scope under overview
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 d454cbe commit 19f5582
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions spec/src/main/asciidoc/chapters/overview/overview.adoc
Expand Up @@ -11,6 +11,8 @@
[[overview]]
== Overview

include::scope.adoc[]

include::revision_history.adoc[]

include::relationship_to_other_specifications.adoc[]
Expand Down
Expand Up @@ -8,7 +8,14 @@
*******************************************************************
////

== Specification Scope
=== Specification Scope

Jakarta Interceptors defines a means of interposing on business method invocations and specific events—such as lifecycle
events and timeout events—that occur on instances of Jakarta EE components and other managed classes.
Jakarta Interceptors defines a means of interposing on business
method invocations and specific events—such as lifecycle
events and timeout events—that occur on instances of Jakarta EE
components and other managed classes.

An interceptor method is either a method of the component class
(called the target class) or a method of a separate class
(called the interceptor class) that is associated with the target
class.

0 comments on commit 19f5582

Please sign in to comment.