create

Create an annotation with the option

open override fun create(option: S): T

Create some annotations with the options

open override fun create(options: List<S>): List<T>