|
1 |
| -package org.openfolder.kotlinasyncapi.context.annotation |
| 1 | +package com.asyncapi.kotlinasyncapi.context.annotation |
2 | 2 |
|
3 |
| -import org.openfolder.kotlinasyncapi.annotation.AsyncApiAnnotation |
4 |
| -import org.openfolder.kotlinasyncapi.annotation.Schema |
5 |
| -import org.openfolder.kotlinasyncapi.annotation.channel.Channel |
6 |
| -import org.openfolder.kotlinasyncapi.annotation.channel.Message |
7 |
| -import org.openfolder.kotlinasyncapi.context.AsyncApiContextProvider |
8 |
| -import org.openfolder.kotlinasyncapi.context.annotation.processor.AnnotationProcessor |
9 |
| -import org.openfolder.kotlinasyncapi.model.AsyncApi |
10 |
| -import org.openfolder.kotlinasyncapi.model.ReferencableCorrelationIDsMap |
11 |
| -import org.openfolder.kotlinasyncapi.model.ReferencableSchemasMap |
12 |
| -import org.openfolder.kotlinasyncapi.model.channel.ReferencableChannelBindingsMap |
13 |
| -import org.openfolder.kotlinasyncapi.model.channel.ReferencableChannelsMap |
14 |
| -import org.openfolder.kotlinasyncapi.model.channel.ReferencableMessageBindingsMap |
15 |
| -import org.openfolder.kotlinasyncapi.model.channel.ReferencableMessageTraitsMap |
16 |
| -import org.openfolder.kotlinasyncapi.model.channel.ReferencableMessagesMap |
17 |
| -import org.openfolder.kotlinasyncapi.model.channel.ReferencableOperationBindingsMap |
18 |
| -import org.openfolder.kotlinasyncapi.model.channel.ReferencableOperationTraitsMap |
19 |
| -import org.openfolder.kotlinasyncapi.model.channel.ReferencableParametersMap |
20 |
| -import org.openfolder.kotlinasyncapi.model.component.Components |
21 |
| -import org.openfolder.kotlinasyncapi.model.component.ReferencableSecuritySchemasMap |
22 |
| -import org.openfolder.kotlinasyncapi.model.server.ReferencableServerBindingsMap |
23 |
| -import org.openfolder.kotlinasyncapi.model.server.ReferencableServerVariablesMap |
24 |
| -import org.openfolder.kotlinasyncapi.model.server.ReferencableServersMap |
| 3 | +import com.asyncapi.kotlinasyncapi.annotation.AsyncApiAnnotation |
| 4 | +import com.asyncapi.kotlinasyncapi.annotation.Schema |
| 5 | +import com.asyncapi.kotlinasyncapi.annotation.channel.Channel |
| 6 | +import com.asyncapi.kotlinasyncapi.annotation.channel.Message |
| 7 | +import com.asyncapi.kotlinasyncapi.context.AsyncApiContextProvider |
| 8 | +import com.asyncapi.kotlinasyncapi.context.annotation.processor.AnnotationProcessor |
| 9 | +import com.asyncapi.kotlinasyncapi.model.AsyncApi |
| 10 | +import com.asyncapi.kotlinasyncapi.model.ReferencableCorrelationIDsMap |
| 11 | +import com.asyncapi.kotlinasyncapi.model.ReferencableSchemasMap |
| 12 | +import com.asyncapi.kotlinasyncapi.model.channel.ReferencableChannelBindingsMap |
| 13 | +import com.asyncapi.kotlinasyncapi.model.channel.ReferencableChannelsMap |
| 14 | +import com.asyncapi.kotlinasyncapi.model.channel.ReferencableMessageBindingsMap |
| 15 | +import com.asyncapi.kotlinasyncapi.model.channel.ReferencableMessageTraitsMap |
| 16 | +import com.asyncapi.kotlinasyncapi.model.channel.ReferencableMessagesMap |
| 17 | +import com.asyncapi.kotlinasyncapi.model.channel.ReferencableOperationBindingsMap |
| 18 | +import com.asyncapi.kotlinasyncapi.model.channel.ReferencableOperationTraitsMap |
| 19 | +import com.asyncapi.kotlinasyncapi.model.channel.ReferencableParametersMap |
| 20 | +import com.asyncapi.kotlinasyncapi.model.component.Components |
| 21 | +import com.asyncapi.kotlinasyncapi.model.component.ReferencableSecuritySchemasMap |
| 22 | +import com.asyncapi.kotlinasyncapi.model.server.ReferencableServerBindingsMap |
| 23 | +import com.asyncapi.kotlinasyncapi.model.server.ReferencableServerVariablesMap |
| 24 | +import com.asyncapi.kotlinasyncapi.model.server.ReferencableServersMap |
25 | 25 | import kotlin.reflect.KClass
|
26 | 26 | import kotlin.reflect.full.findAnnotation
|
27 | 27 |
|
|
0 commit comments