camundala.worker

Members list

Exports

Defined exports

@Indexed @Documented @Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME) @Target(value = java.lang.annotation.ElementType.TYPE)
final type Component = Component
Exported from stereotype
@Repeatable(value = classOf[org.springframework.context.annotation.ComponentScans]) @Documented @Target(value = java.lang.annotation.ElementType.TYPE) @Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
final type ComponentScan = ComponentScan
Exported from annotation
@Component @Documented @Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME) @Target(value = java.lang.annotation.ElementType.TYPE)
final type Configuration = Configuration
Exported from annotation
@EnableConfigurationProperties @Import(value = classOf[org.springframework.boot.context.properties.ConfigurationPropertiesScanRegistrar]) @Documented @Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME) @Target(value = java.lang.annotation.ElementType.TYPE)
final type ConfigurationPropertiesScan = ConfigurationPropertiesScan
Exported from properties
final type SpringApplication = SpringApplication
Exported from boot
@ComponentScan(excludeFilters = new org.springframework.context.annotation.ComponentScan#Filter(type = org.springframework.context.annotation.FilterType.CUSTOM, _, classes = classOf[org.springframework.boot.context.TypeExcludeFilter], _), new org.springframework.context.annotation.ComponentScan#Filter(type = org.springframework.context.annotation.FilterType.CUSTOM, _, classes = classOf[org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter], _)) @EnableAutoConfiguration @SpringBootConfiguration @Inherited @Documented @Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME) @Target(value = java.lang.annotation.ElementType.TYPE)
final type SpringBootApplication = SpringBootApplication
Exported from autoconfigure