TP-metaprogrammation-test/TP4/Avant.java

8 lines
125 B
Java
Raw Normal View History

2021-12-03 14:47:29 +00:00
import java.lang.annotation.*;
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface Avant {
}