@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface ApiExclude
An annotation which indicates if this Api should be excluded from the
automatically generated swagger documents
This annotation is applicable to the controller class or a method inside the controller