-
- All Implemented Interfaces:
@Target(allowedTargets = {AnnotationTarget.CLASS})@Import(value = {FF4jSwaggerConfig.class}) public @interface EnableFF4jSwagger
Indicates that Swagger should be enabled.
This should be applied to a spring java config and should have an accompanying '@Configuration' annotation.
Loads all the required beans defined in @see FF4jSwaggerConfig