[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-10-11 20:25:57 +00:00
committed by GitHub
parent 07bd381197
commit 6cf17a9852

View File

@@ -287,6 +287,7 @@ To describe the visibility (or encapsulation) of an attribute or method/function
> >
> - `*` Abstract e.g.: `someAbstractMethod()*` or `someAbstractMethod() int*` > - `*` Abstract e.g.: `someAbstractMethod()*` or `someAbstractMethod() int*`
> - `$` Static e.g.: `someStaticMethod()$` or `someStaticMethod() String$` > - `$` Static e.g.: `someStaticMethod()$` or `someStaticMethod() String$`
> - `$*` OR `*$` Both e.g: `someAbstractStaticMethod()$*` or `someAbstractStaticMethod() int$*`
> _note_ you can also include additional _classifiers_ to a field definition by adding the following notation to the very end: > _note_ you can also include additional _classifiers_ to a field definition by adding the following notation to the very end:
> >