feat: moving request and response to references (#181)

This commit is contained in:
Ryan Brink
2022-02-18 00:11:58 -05:00
committed by GitHub
parent 69d6b1af1d
commit 558824003b
73 changed files with 1609 additions and 1296 deletions

View File

@ -6,6 +6,7 @@ package io.bkbn.kompendium.annotations
* If you do not annotate a recursive class with [Referenced], you will
* get a stack overflow error when you try to launch your API
*/
@Deprecated("This annotation now does nothing, as all complex objects are stored as references")
@Retention(AnnotationRetention.RUNTIME)
@Target(AnnotationTarget.CLASS)
annotation class Referenced