disableProperty

abstract fun disableProperty(@NonNull disabledProperty: AnnotationProperty): T

Removes specific property from the supported properties. This disables annotation inspector for this property.

Parameters

disabledProperty

Property that should be removed from supported properties.

See also