Package io.bkbn.kompendium.annotations
Contains all annotations used by Kompendium
Types
Link copied to clipboard
Link copied to clipboard
This instructs Kompendium to store the class as a referenced component. This is mandatory for any data models that have recursive children. If you do not annotate a recursive class with Referenced, you will get a stack overflow error when you try to launch your API
Link copied to clipboard
This annotation allows users to add additional fields that are not part of the core data model. This should be used EXTREMELY sparingly. Most useful in supporting a variety of polymorphic serialization techniques.