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

com.github.cwdtom.hermes.annotation.HermesService Maven / Gradle / Ivy

The newest version!
package com.github.cwdtom.hermes.annotation;

import java.lang.annotation.*;

/**
 * 服务类注册
 *
 * @author chenweidong
 * @since 1.0.0
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Documented
public @interface HermesService {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy