Files
kotlin/plugins/allopen/allopen-cli/testData/bytecodeListing/springAnnotations.txt
2017-08-02 03:21:15 +03:00

55 lines
1.4 KiB
Plaintext
Vendored

@java.lang.annotation.Retention
@kotlin.Metadata
public annotation class org/springframework/boot/test/context/SpringBootTest
@java.lang.annotation.Retention
@kotlin.Metadata
public annotation class org/springframework/cache/annotation/Cacheable
@java.lang.annotation.Retention
@kotlin.Metadata
public annotation class org/springframework/scheduling/annotation/Async
@java.lang.annotation.Retention
@kotlin.Metadata
public annotation class org/springframework/stereotype/Component
@java.lang.annotation.Retention
@kotlin.Metadata
public annotation class org/springframework/transaction/annotation/Transactional
@kotlin.Metadata
public final class test/NoAnno {
public method <init>(): void
}
@org.springframework.scheduling.annotation.Async
@kotlin.Metadata
public class test/TestAsync {
public method <init>(): void
}
@org.springframework.cache.annotation.Cacheable
@kotlin.Metadata
public class test/TestCacheable {
public method <init>(): void
}
@org.springframework.stereotype.Component
@kotlin.Metadata
public class test/TestComponent {
public method <init>(): void
}
@org.springframework.boot.test.context.SpringBootTest
@kotlin.Metadata
public class test/TestSpringBootTest {
public method <init>(): void
}
@org.springframework.transaction.annotation.Transactional
@kotlin.Metadata
public class test/TestTransactional {
public method <init>(): void
}