mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-19 15:27:13 +00:00
docs: update singleton
This commit is contained in:
+3
-2
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: CRTP
|
||||
title: Curiously Recurring Template Pattern
|
||||
language: en
|
||||
category: Structural
|
||||
tag:
|
||||
@@ -10,10 +10,11 @@ tag:
|
||||
|
||||
## Also known as
|
||||
|
||||
* CRTP
|
||||
* Mixin Inheritance
|
||||
* Recursive Type Bound
|
||||
* Recursive Generic
|
||||
* Static Polymorphism
|
||||
* Mixin Inheritance
|
||||
|
||||
## Intent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user