Put testsuite in its own directory
This commit is contained in:
parent
0cf25ebaf4
commit
114b9b099c
16 changed files with 107 additions and 0 deletions
10
testsuite/classes/java/CustomAttribute.java
Normal file
10
testsuite/classes/java/CustomAttribute.java
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
import java.lang.annotation.ElementType;
|
||||
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target(ElementType.TYPE)
|
||||
public @interface CustomAttribute {
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue