create

abstract fun create(option: S): T

Create an annotation with the option

abstract fun create(options: List<S>): List<T>

Create some annotations with the options