interface Options
abstract fun defaultAndroidXRestrictTo(): Iterable<Scope> |
|
abstract fun defaultSupportRestrictTo(): Iterable<Scope> |
|
abstract fun requiredClasses(): List<String> |
abstract class AnnotationProcessor : AbstractProcessor, Options |