You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/readme.md
+47-1Lines changed: 47 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,4 +15,50 @@ Value Objects this library are divided into several logical groups:
15
15
-[Content](usage/content.md)
16
16
-[Enum](usage/enum.md)
17
17
18
-
But, this separation is only a structuring of the Value Objects in library. You can use these objects as you discretion.
18
+
This separation is only a structuring of the Value Objects in library. You can use these objects as you discretion.
19
+
20
+
### Creating own Value Objects
21
+
This library has only popular value objects. But you can always create your own objects. Abstract classes are available in this library (`StringLiteral`,` Integer`, `Enum`), with which you can implement your own value objects, for example:
0 commit comments