JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
ch.tocco.nice2.boot.api.starter
Starter
Contents
Description
Optional Element Summary
Element Details
name
runMode
threadPriority
before
after
Hide sidebar
Show sidebar
Annotation Interface Starter
@Target
(
TYPE
)
@Retention
(
RUNTIME
) @Component
public @interface
Starter
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
[]
after
String
[]
before
String
name
RunMode
runMode
int
threadPriority
Element Details
name
String
name
Default:
""
runMode
RunMode
runMode
Default:
NORMAL
threadPriority
int
threadPriority
Default:
5
before
String
[]
before
Default:
{}
after
String
[]
after
Default:
{}