mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
HHH-18106 - Added source element to list Java sources from resource directory structure
This commit is contained in:
parent
dc82a3c5e3
commit
83fe6f06bc
@ -25,4 +25,6 @@
|
|||||||
* @return an array of classes which should be complied prior to compiling the actual test classes
|
* @return an array of classes which should be complied prior to compiling the actual test classes
|
||||||
*/
|
*/
|
||||||
Class<?>[] preCompile() default { };
|
Class<?>[] preCompile() default { };
|
||||||
|
|
||||||
|
String[] sources() default {};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user