@Target(value={TYPE,METHOD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Documented @SecurityBindingType @ViewMetaData(preProcessor=Secured.AnnotationPreProcessor.class) public @interface Secured
| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends AccessDecisionVoter>[] |
value
AccessDecisionVoters which will be invoked before accessing the intercepted instance or in case of
view-configs before a view gets used. |
public abstract Class<? extends AccessDecisionVoter>[] value
AccessDecisionVoters which will be invoked before accessing the intercepted instance or in case of
view-configs before a view gets used.public abstract Class<? extends org.apache.deltaspike.core.api.config.view.ViewConfig> errorView
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.