Skip to content

🪐 v0.3.0: rename to "Inspectable Wrappers" 🌈💗

Compare
Choose a tag to compare
@oldratlee oldratlee released this 02 May 14:57
· 69 commits to main since this release

inspectable-wrappers

Note

Naming is one of the hardest things! 🤣

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 for artifactId, 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>