Browse Source

joinpointsignatures.adoc: minor formatting cosmetics

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/V1_9_21_2
Alexander Kriegisch 2 months ago
parent
commit
3cf58948f8
1 changed files with 3 additions and 4 deletions
  1. 3
    4
      docs/adk15notebook/joinpointsignatures.adoc

+ 3
- 4
docs/adk15notebook/joinpointsignatures.adoc View File

@@ -229,10 +229,9 @@ manner.
== Join Point Modifiers

Every join point has a single set of modifiers - these include the
standard Java modifiers such as `public, private,
static, abstract` etc., any annotations, and the throws
clauses of methods and constructors. These modifiers are the modifiers
of the _subject_ of the join point.
standard Java modifiers such as `public`, `private`, `static`, `abstract` etc.,
any annotations, and the `throws` clauses of methods and constructors.
These modifiers are the modifiers of the _subject_ of the join point.

The following table defines the join point subject for each kind of join
point.

Loading…
Cancel
Save