@Retention(value=RUNTIME) @Target(value=FIELD) @Documented public @interface PageState
The target field must be one of the following types that are supported by the navigation system:
Collection<T>,
List<T>, or Set<T> where T is a boxed primitive or String).
Pagepublic abstract String value
Copyright © 2020 Treblereel. All rights reserved.