Navigator.Name

@Retention(value = AnnotationRetention.RUNTIME)
@Target(allowedTargets = [AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.CLASS])
public annotation Navigator.Name


This annotation should be added to each Navigator subclass to denote the default name used to register the Navigator with a NavigatorProvider.

Summary

Public constructors

Public methods

final @NonNull String

Public constructors

Name

public Name(@NonNull String value)

Public methods

getValue

public final @NonNull String getValue()