Uses of Enum Class
dev.archunitjava.selector.AnnotationMatchMode
Packages that use AnnotationMatchMode
-
Uses of AnnotationMatchMode in dev.archunitjava.selector
Subclasses with type arguments of type AnnotationMatchMode in dev.archunitjava.selectorModifier and TypeClassDescriptionenumDistinct annotation relationships; no mode silently includes another.Methods in dev.archunitjava.selector that return AnnotationMatchModeModifier and TypeMethodDescriptionAnnotationQuery.mode()Returns the value of themoderecord component.static AnnotationMatchModeReturns the enum constant of this class with the specified name.static AnnotationMatchMode[]AnnotationMatchMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.selector with parameters of type AnnotationMatchModeModifierConstructorDescriptionAnnotationQuery(JavaTypeName annotationType, AnnotationMatchMode mode, Optional<AnnotationVisibility> visibility, int maximumMetaDepth, UnknownHierarchyPolicy unknownPolicy) Creates an instance of aAnnotationQueryrecord class.