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

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

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