Package org.togglz.spring.web
-
Class Summary Class Description FeatureInterceptor This interceptor checks if a controller or controller method is annotated with theFeaturesAreActiveannotation to determine if a controller should be activated or not. -
Annotation Types Summary Annotation Type Description FeaturesAreActive Annotate aControlleror a controller method to only activate it when all the features given in theFeaturesAreActive.features()attribute are active.