All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.resthub.common.view.ResponseView Maven / Gradle / Ivy

Go to download

RESThub core include Embeded datasource, Generic Repository and Generic CRUD services

There is a newer version: 2.2.0
Show newest version
package org.resthub.common.view;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

@Retention(RetentionPolicy.RUNTIME)
public @interface ResponseView {
    public Class value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy