SimbotIncludesSelector

open class SimbotIncludesSelector : ImportSelector, BeanClassLoaderAware

追加载入 META-INF/simbot.factoriessimbot.includes 的数据.

Author

ForteScarlet

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
@Nullable
open fun getExclusionFilter(): Predicate<String>
Link copied to clipboard
open override fun selectImports(importingClassMetadata: AnnotationMetadata): Array<String>
Link copied to clipboard
open override fun setBeanClassLoader(classLoader: ClassLoader)