Skip to content

Commit

Permalink
Need to add the ConstructorComponent annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
deusaquilus committed Mar 14, 2024
1 parent 17fd08d commit f235da6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 27 deletions.
4 changes: 4 additions & 0 deletions decomat-core/src/main/kotlin/io/decomat/Annotations.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ annotation class Component
@Retention(AnnotationRetention.SOURCE)
@Target(AnnotationTarget.VALUE_PARAMETER)
annotation class MiddleComponent

@Retention(AnnotationRetention.SOURCE)
@Target(AnnotationTarget.VALUE_PARAMETER)
annotation class ConstructorComponent
27 changes: 0 additions & 27 deletions decomat-ksp/src/main/kotlin/io/decomat/OutputDirective.kt

This file was deleted.

0 comments on commit f235da6

Please sign in to comment.