Skip to content

Commit 0657ef8

Browse files
Method parameter and improvements
1 parent ab6f330 commit 0657ef8

File tree

4 files changed

+255
-146
lines changed
  • ksp-annotations/common/src/dev/programadorthi/routing/annotation
  • ksp-processor/jvm/src/dev/programadorthi/routing/ksp
  • samples/ksp-sample/src/main/kotlin

4 files changed

+255
-146
lines changed

ksp-annotations/common/src/dev/programadorthi/routing/annotation/Route.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ public annotation class Route(
55
val path: String = "",
66
val name: String = "",
77
val regex: String = "",
8+
val method: String = "",
89
)

0 commit comments

Comments
 (0)