package com.gkhy.exam.pay.utils.config;
|
|
import java.lang.annotation.*;
|
|
@Target({ElementType.FIELD, ElementType.METHOD, ElementType.TYPE})
|
@Retention(RetentionPolicy.RUNTIME)
|
@Documented
|
public @interface PropertiesConfig {
|
String fileName() default "";
|
|
String name() default "";
|
}
|
|
|
/* Location: D:\jar\sign_util-1.0-SNAPSHOT.20240227.jar!\BOOT-INF\lib\SNAPSHOT-1.0.0.jar!\com\xjhys\edu\fee\sdk\annotation\PropertiesConfig.class
|
* Java compiler version: 8 (52.0)
|
* JD-Core Version: 1.1.3
|
*/
|