com.github.yoojia.next.actions.Handle Maven / Gradle / Ivy
package com.github.yoojia.next.actions;
import java.lang.annotation.*;
/**
* @author [email protected]
*/
@Inherited
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
public @interface Handle {
String method() default "ALL";
String path();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy