com.alanpoi.etactivity.agent.annotation.IService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of et-activity-client Show documentation
Show all versions of et-activity-client Show documentation
Alan POI Et-activity Client
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