NavDestination.ClassType
@Retention(value = AnnotationRetention.BINARY)
@Target(allowedTargets = [AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.CLASS])
annotation NavDestination.ClassType
This optional annotation allows tooling to offer auto-complete for the android:name
attribute. This should match the class type passed to parseClassFromName
when parsing the android:name
attribute.