wuxw
2022-04-19 4d5e4c0b37569e0665f3c43c298773ccb34bac3b
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.java110.core.language;
 
 
import org.springframework.stereotype.Component;
 
import java.lang.annotation.*;
 
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Component
public @interface Java110Lang {
}