io.grisu.usvcs.annotations.NanoService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of usvcs Show documentation
Show all versions of usvcs Show documentation
This library defines u-services/nano-services
The newest version!
package io.grisu.usvcs.annotations;
import java.lang.annotation.*;
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Inherited
public @interface NanoService {
String name();
}