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

com.github.yoojia.halo.actions.Action 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.TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface Action {
    String root();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy