Ver código fonte

joinpointsignatures.adoc: minor formatting cosmetics

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/V1_9_21_2
Alexander Kriegisch 2 meses atrás
pai
commit
3cf58948f8
1 arquivos alterados com 3 adições e 4 exclusões
  1. 3
    4
      docs/adk15notebook/joinpointsignatures.adoc

+ 3
- 4
docs/adk15notebook/joinpointsignatures.adoc Ver arquivo

@@ -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.

Carregando…
Cancelar
Salvar