getSupportedProperties

Controls which annotation properties are enabled for this annotation type. This is used to customize annotation inspector contents.

Property can be editable in annotation inspector when its returned by this method and annotation configuration implements required interface. For example to enable editing annotation color property, this method should return COLOR and annotation configuration should implement AnnotationColorConfiguration.

Return

Enum set of all supported annotation properties.