| Class | Description |
|---|---|
| FeatureInterceptor |
This interceptor checks if a controller or controller method is annotated with the
FeaturesAreActive annotation to determine if a controller should be
activated or not. |
| Annotation Type | Description |
|---|---|
| FeaturesAreActive |
Annotate a
Controller or a controller method to only activate it when
all the features given in the FeaturesAreActive.features() attribute are active. |
Copyright © 2021. All rights reserved.