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

com.wangshanhai.power.annotation.EnableShanHaiPower Maven / Gradle / Ivy

The newest version!
package com.wangshanhai.power.annotation;

import com.wangshanhai.power.PowerImportSelector;
import org.springframework.context.annotation.Import;

import java.lang.annotation.*;

/**
 * 启用山海Power
 * @author Shmily
 */
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Import(PowerImportSelector.class)
public @interface EnableShanHaiPower {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy