Created
October 12, 2020 15:55
-
-
Save BenjaminKlatt/6cfe9b58a08d0093bb0e72ddb27b3add to your computer and use it in GitHub Desktop.
ArchUnit Externe Abhängigkeiten
This file contains hidden or 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
@ArchTest | |
private static ArchRule no_java_util_date = | |
noClasses() | |
.should().dependOnClassesThat() | |
.haveFullyQualifiedName(java.util.Date.class.getName()) | |
.because("LocalDate statt java.util.Date verwenden"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment