NavDestination.ClassType
public
static
abstract
@interface
NavDestination.ClassType
implements
Annotation
androidx.navigation.NavDestination.ClassType
|
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
Public methods |
Class<?>
|
value()
|
Inherited methods |
From interface
java.lang.annotation.Annotation
abstract
Class<? extends Annotation>
|
annotationType()
|
abstract
boolean
|
equals(Object arg0)
|
abstract
int
|
hashCode()
|
abstract
String
|
toString()
|
|
Public methods
value
public Class<?> value ()