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

io.github.yogboot.common.response.SuccessResponse Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package io.github.yogboot.common.response;

import java.lang.annotation.*;

@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
public @interface SuccessResponse {

	String value() default "";

	String msg() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy