@Retention(value=RUNTIME) @Target(value={PACKAGE,TYPE}) @Documented @Inherited public @interface AuthorizeInstantiation
// only users with role ADMIN are allowed to create instances of this page, whether it is
// either bookmarkable or not
@AuthorizeInstantiation("ADMIN")
public class AdminAnnotationsBookmarkablePage extends WebPage
IAuthorizationStrategy,
role.annotations.AnnotationsRoleAuthorizationStrategy,
role.annotations.AuthorizeActions,
role.annotations.AuthorizeActionpublic abstract String[] value
Copyright © 2006–2016 Apache Software Foundation. All rights reserved.