
com.hecloud.runtime.common.annotation.Provider Maven / Gradle / Ivy
package com.hecloud.runtime.common.annotation;
import java.lang.annotation.*;
/**
* @author LoveInBJ
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Inherited
public @interface Provider {
String value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy