setSupportedProperties

abstract fun setSupportedProperties(@NonNull supportedProperties: EnumSet<AnnotationProperty>): T

Controls which annotation properties are enabled for specific annotation type or tool. This is used to customize annotation inspector contents. Defaults to all properties supported by annotation type/tool.

Parameters

supportedProperties

Enum set of all supported annotation properties.

See also