Package-level declarations

Types

Link copied to clipboard
annotation class AutoScan

Indicates this GearySystem, such as RepeatingSystem, Listener, or GearyQuery be registered automatically on startup by the AutoScanner.

Link copied to clipboard
interface AutoScanner
Link copied to clipboard
class AutoScannerDSL(classLoader: ClassLoader, limitTo: List<String>)
Link copied to clipboard
annotation class ExcludeAutoScan

Excludes this class from having its serializer automatically registered for component serialization with the AutoScanner.

Functions

Link copied to clipboard
fun GearyConfiguration.autoscan(classLoader: ClassLoader, vararg limitToPackages: String, configure: AutoScannerDSL.() -> Unit): AutoScanner

Properties

Link copied to clipboard