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

com.github.yoojia.next.actions.Action Maven / Gradle / Ivy

package com.github.yoojia.next.actions;

import java.lang.annotation.*;

/**
 * @author [email protected]
 */
@Inherited
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface Action {
    String root();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy