aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/testdata/forAsmDelegateTesting/MarkerAnnotationInvisible.java
blob: 9b41a593a5016a3eb54fbea510b9dcaa8cbeee19 (plain)
1
2
3
4
import java.lang.annotation.*;

@Retention(RetentionPolicy.CLASS)
public @interface MarkerAnnotationInvisible { }