Removed the annotation for the moment

migrating_to_smartgears_4
Luca Frosini 2 years ago
parent 1262179b8f
commit e7699bfc95

@ -9,15 +9,9 @@ import org.gcube.gcat.api.GCatConstants;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.webcohesion.enunciate.metadata.rs.RequestHeader;
import com.webcohesion.enunciate.metadata.rs.RequestHeaders;
/**
* @author Luca Frosini (ISTI - CNR)
*/
@RequestHeaders ({
@RequestHeader( name = "Authorization", description = "Bearer token, see https://dev.d4science.org/how-to-access-resources"),
})
public class BaseREST {
private final Logger logger = LoggerFactory.getLogger(this.getClass());

Loading…
Cancel
Save