-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add predefined
ImportOption
to exclude package-info.class
files
Signed-off-by: Tomer Figenblat <[email protected]>
- Loading branch information
1 parent
5564a77
commit 432589d
Showing
3 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
archunit/src/test/java/com/tngtech/archunit/core/importer/testexamples/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// The annotation forces the creation of a compiled `package-info.class` | ||
@SomeAnnotation(mandatory = "any", mandatoryEnum = SOME_VALUE) | ||
package com.tngtech.archunit.core.importer.testexamples; | ||
|
||
import static com.tngtech.archunit.core.importer.testexamples.SomeEnum.SOME_VALUE; |