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