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

io.polaris.core.service.ServiceName Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package io.polaris.core.service;

import java.lang.annotation.*;

/**
 * @author Qt
 * @since 1.8
 */
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface ServiceName {

	String value();

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy