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

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