Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit fd578ab

Browse files
committed
Refine explanation of external domain classes
1 parent 021cf28 commit fd578ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/domain.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ the method declaration must have same type parameters that are declared in the c
187187
External domain classes
188188
=======================
189189

190-
This feature allows you to define arbitrary classes as domain classes,
191-
even if the classes can be annotated with the ``@Domain`` annotation.
190+
This feature allows you to define any class as a domain class,
191+
even if you cannot annotate the class with the ``@Domain`` annotation.
192192

193193
To define external domain classes, you have to do as follows:
194194

0 commit comments

Comments
 (0)