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
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