Class AnnotatatedWithTransactionalWithPropagationEqualsToMandatory
java.lang.Object
com.tngtech.archunit.base.DescribedPredicate<com.tngtech.archunit.core.domain.JavaAnnotation<?>>
com.pawapay.tool.gradle.javaapp.task.arch.predicate.AnnotatatedWithTransactionalWithPropagationEqualsToMandatory
- All Implemented Interfaces:
com.tngtech.archunit.base.Predicate<com.tngtech.archunit.core.domain.JavaAnnotation<?>>
public class AnnotatatedWithTransactionalWithPropagationEqualsToMandatory
extends com.tngtech.archunit.base.DescribedPredicate<com.tngtech.archunit.core.domain.JavaAnnotation<?>>
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description AnnotatatedWithTransactionalWithPropagationEqualsToMandatory() -
Method Summary
Modifier and Type Method Description booleanapply(com.tngtech.archunit.core.domain.JavaAnnotation<?> annotation)Methods inherited from class com.tngtech.archunit.base.DescribedPredicate
allElements, alwaysFalse, alwaysTrue, and, anyElementThat, as, describe, doesNot, doNot, empty, equalTo, forSubType, getDescription, greaterThan, greaterThanOrEqualTo, lessThan, lessThanOrEqualTo, not, onResultOf, or, toString
-
Constructor Details
-
AnnotatatedWithTransactionalWithPropagationEqualsToMandatory
public AnnotatatedWithTransactionalWithPropagationEqualsToMandatory()
-
-
Method Details
-
apply
public boolean apply(com.tngtech.archunit.core.domain.JavaAnnotation<?> annotation)
-