Sfoglia il codice sorgente

joinpointsignatures.adoc: minor formatting cosmetics

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/V1_9_21_2
Alexander Kriegisch 2 mesi fa
parent
commit
3cf58948f8
1 ha cambiato i file con 3 aggiunte e 4 eliminazioni
  1. 3
    4
      docs/adk15notebook/joinpointsignatures.adoc

+ 3
- 4
docs/adk15notebook/joinpointsignatures.adoc Vedi 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…
Annulla
Salva