Package 

Annotation EnableFF4jSwagger


  • @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

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class kotlin.Annotation

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait