getPropertyNames

abstract fun getPropertyNames(annotation: Annotation): Set<String>(source)

Get annotation property names.

Return

property name set. Treat it as immutable plz.

Parameters

annotation

An annotation instance.