HHH-18106 - Added source element to list Java sources from resource directory structure

This commit is contained in:
Cedomir Igaly 2024-05-16 10:10:04 +02:00 committed by Gavin King
parent dc82a3c5e3
commit 83fe6f06bc
1 changed files with 2 additions and 0 deletions

View File

@ -25,4 +25,6 @@ public @interface WithClasses {
* @return an array of classes which should be complied prior to compiling the actual test classes
*/
Class<?>[] preCompile() default { };
String[] sources() default {};
}