Class SwaggerAnnotation

java.lang.Object
org.apache.juneau.rest.annotation.SwaggerAnnotation

public class SwaggerAnnotation extends Object
Utility classes and methods for the @Swagger annotation.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • create

      Instantiates a new builder for this class.
      Returns:
      A new builder object.
    • empty

      public static boolean empty(Swagger a)
      Returns true if the specified annotation contains all default values.
      Parameters:
      a - The annotation to check.
      Returns:
      true if the specified annotation contains all default values.