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

io.grisu.usvcs.annotations.NanoService Maven / Gradle / Ivy

The newest version!
package io.grisu.usvcs.annotations;

import java.lang.annotation.*;

@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Inherited
public @interface NanoService {
   String name();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy