public final class ArchUnitRules extends Object
Modifier and Type | Field and Description |
---|---|
static com.tngtech.archunit.lang.ArchRule |
COMPLETABLE_FUTURE_USED_ONLY_WITH_EXPLICIT_EXECUTOR
ArchUnit rule checking that only
CompletableFuture async methods version with explicitly
defined executor service is used. |
static com.tngtech.archunit.lang.ArchRule |
SERIALIZABLE_SHOULD_HAVE_VALID_SERIAL_VERSION_UID
ArchUnit rule checking that Serializable classes have a valid serialVersionUID
|
public static final com.tngtech.archunit.lang.ArchRule SERIALIZABLE_SHOULD_HAVE_VALID_SERIAL_VERSION_UID
public static final com.tngtech.archunit.lang.ArchRule COMPLETABLE_FUTURE_USED_ONLY_WITH_EXPLICIT_EXECUTOR
CompletableFuture
async
methods version with explicitly
defined executor service is used.Copyright © 2023 Hazelcast, Inc.. All rights reserved.