🪐 v0.3.0: rename to "Inspectable Wrappers" 🌈💗
Note
Naming is one of the hardest things! 🤣
- Thanks to the state-of-the-art project
reactive-streams-jvm
that we can start learning by imitation. 🫡 💎 - Thanks to inspirational discussions with @zavakid @driventokill 💕
The purpose of Inspectable Wrappers is to provide a standard for wrapper chain with inspection ability.
Wrapper
is core interface, used to- identify the wrapper instances as a wrapper chain
- provide static entry methods to inspect the wrapper chain
Attachable
interface is used to
enhance the wrapper instances with the attachment storage ability
🍀 Features
- rename to
inspectable-wrappers
forartifactId
,package names
, etc. 🌈
🍼 Java API Doc
https://foldright.io/inspectable-wrappers/apidocs/0.3.0/index.html
🍪 Maven dependency
<dependency>
<groupId>io.foldright</groupId>
<artifactId>inspectable-wrappers</artifactId>
<version>0.3.0</version>
</dependency>