is Annotation Property Supported
abstract fun isAnnotationPropertySupported(@NonNull annotationType: AnnotationType, @NonNull property: AnnotationProperty): Boolean
Tests if annotation type supports editing given property.
abstract fun isAnnotationPropertySupported(@NonNull annotationTool: AnnotationTool, @NonNull property: AnnotationProperty): Boolean
Tests if annotation tool supports editing given property.
abstract fun isAnnotationPropertySupported(@NonNull annotationTool: AnnotationTool, @NonNull toolVariant: AnnotationToolVariant, @NonNull property: AnnotationProperty): Boolean
Tests if annotation tool variant supports editing given property.