1
0
şunun yansıması https://github.com/eclipse-aspectj/aspectj.git eşitlendi 2024-08-16 02:10:48 +02:00
org.aspectj/tests/bugs169/pr291206/One.java

18 satır
205 B
Java
Ham Normal Görünüm Geçmiş

import java.lang.annotation.*;
aspect X {
declare warning: @Anno *: "Nothing should be annotated Anno!";
}
@Anno
class C {
}
class D {
}
@Retention(RetentionPolicy.RUNTIME)
@interface Anno {}