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

com.github.yoojia.halo.actions.Handle Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
package com.github.yoojia.halo.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 - 2024 Weber Informatics LLC | Privacy Policy