nl.vpro.rs.ResteasyApplication Maven / Gradle / Ivy
/*
* Copyright (C) 2013 All rights reserved
* VPRO The Netherlands
*/
package nl.vpro.rs;
import lombok.extern.slf4j.Slf4j;
import java.util.*;
import jakarta.ws.rs.ApplicationPath;
import jakarta.ws.rs.core.Application;
/**
* Static helper to expose a dummy JAX-RS Application. Swagger needs such an application to expose the API docs for
* the given endpoints.
*
* Note, this used to be SwaggerApplication in vpro-shared-swagger. But it's not related to swagger. It has to do with RestEasy.
* @author Roelof Jan Koekoek
* @since 2.0
*/
@Slf4j
@ApplicationPath("")
public class ResteasyApplication extends Application {
private static final Set