Package 

Annotation EnableFF4jSwagger

  • 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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail