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

me.youm.core.pay.autoconfigure.EnableCommonPay Maven / Gradle / Ivy

There is a newer version: 2.5.2
Show newest version
package me.youm.core.pay.autoconfigure;

import org.springframework.context.annotation.Import;

import java.lang.annotation.*;

/**
 * @author youta
 */
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Import(PayConfiguration.class)
public @interface EnableCommonPay {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy