public @interface

NavDestination.ClassType

implements java.lang.annotation.Annotation

 androidx.navigation.NavDestination.ClassType

Overview

This optional annotation allows tooling to offer auto-complete for the android:name attribute. This should match the class type passed to NavDestination.parseClassFromName(Context, String, Class) when parsing the android:name attribute.

Summary