@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).
Page
public abstract String value
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.