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

com.alanpoi.etactivity.agent.annotation.IService Maven / Gradle / Ivy

There is a newer version: 1.3.8
Show newest version
package com.alanpoi.etactivity.agent.annotation;


import org.springframework.stereotype.Indexed;

import java.lang.annotation.*;

@Documented
@Indexed
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE,ElementType.FIELD})
public @interface IService {
    String value() default "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy