|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={TYPE,METHOD,ANNOTATION_TYPE})
@Retention(value=RUNTIME)
@Documented
@SecurityBindingType
public @interface SecuredInterceptor for securing beans. It's also possible to use it as meta-annotation for type-safe view-configs.
| Required Element Summary | |
|---|---|
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. |
| Element Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||