Navigator.Name

@Retention(value = AnnotationRetention.RUNTIME)
@Target(allowedTargets = [AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.CLASS])
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

Name(value: String)

Public properties

String

Public constructors

Name

Name(value: String)

Public properties

value

val valueString