What is Notification.Type.ASSISTIVE_NOTIFICATION?

Hi, Position.ASSISTIVE javadoc specifies that it is a notification that is only rendered for users of assistive technologies (eg. screen readers.) One use case is changes to application state that are visually obvious but not so much if you cannot see.

Type.ASSISTIVE_NOTIFICATION should certainly be documented as well.