@Retention(value=RUNTIME) @Target(value=TYPE) @Repeatable(value=ControllerInterceptors.class) public @interface ControllerInterceptor
Modifier and Type | Required Element and Description |
---|---|
Class<? extends ControllerInterceptorProcessor> |
value |
public abstract Class<? extends ControllerInterceptorProcessor> value
Copyright © 2014, 2015 IBH SYSTEMS GmbH and others. All Rights Reserved.