Details
Description
This task is about ensuring we support this kind of custom API:
@Environment(E1.class) @Environment(E2.class) @Retention(RUNTIME) @interface MyEnvs { } @MyEnvs class MyIOTest { }
This task is about ensuring we support this kind of custom API:
@Environment(E1.class) @Environment(E2.class) @Retention(RUNTIME) @interface MyEnvs { } @MyEnvs class MyIOTest { }