public class ApiAnnotationRules extends Object
Modifier and Type | Field and Description |
---|---|
static com.tngtech.archunit.lang.ArchRule |
ANNOTATED_APIS |
static com.tngtech.archunit.lang.ArchRule |
NO_CALLS_TO_VISIBLE_FOR_TESTING_METHODS |
static com.tngtech.archunit.lang.ArchRule |
PUBLIC_API_METHODS_USE_ONLY_PUBLIC_API_TYPES |
static com.tngtech.archunit.lang.ArchRule |
PUBLIC_EVOLVING_API_METHODS_USE_ONLY_PUBLIC_EVOLVING_API_TYPES |
Constructor and Description |
---|
ApiAnnotationRules() |
public static final com.tngtech.archunit.lang.ArchRule ANNOTATED_APIS
public static final com.tngtech.archunit.lang.ArchRule PUBLIC_API_METHODS_USE_ONLY_PUBLIC_API_TYPES
public static final com.tngtech.archunit.lang.ArchRule PUBLIC_EVOLVING_API_METHODS_USE_ONLY_PUBLIC_EVOLVING_API_TYPES
public static final com.tngtech.archunit.lang.ArchRule NO_CALLS_TO_VISIBLE_FOR_TESTING_METHODS
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.