Uses of Enum Class
dev.archunitjava.rules.AnnotationRuleMode
Packages that use AnnotationRuleMode
-
Uses of AnnotationRuleMode in dev.archunitjava.rules
Subclasses with type arguments of type AnnotationRuleMode in dev.archunitjava.rulesModifier and TypeClassDescriptionenumRequired and forbidden annotation moods evaluated by one assertion implementation.Methods in dev.archunitjava.rules that return AnnotationRuleModeModifier and TypeMethodDescriptionAnnotationRuleSpec.mode()Returns the value of themoderecord component.static AnnotationRuleModeReturns the enum constant of this class with the specified name.static AnnotationRuleMode[]AnnotationRuleMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.rules with parameters of type AnnotationRuleModeModifierConstructorDescriptionAnnotationRuleSpec(AnnotationQuery query, AnnotationRuleMode mode, List<AnnotationValueCondition> valueConditions, UnknownAnnotationPolicy unknownAnnotations) Creates an instance of aAnnotationRuleSpecrecord class.