//tempest-internal/app.cash.tempest.internal/AttributeAnnotation
AttributeAnnotation¶
[jvm]\ interface AttributeAnnotation<T : Annotation>
Properties¶
Name | Summary |
---|---|
type | [jvm] abstract val type: KClass<T> |
Functions¶
Name | Summary |
---|---|
allowEmpty | [jvm] abstract fun allowEmpty(annotation: T): Boolean |
name | [jvm] abstract fun name(annotation: T): String |
names | [jvm] abstract fun names(annotation: T): Array<String> |
prefix | [jvm] abstract fun prefix(annotation: T): String |