Uses of Record Class
dev.archunitjava.model.JavaAnnotation
Packages that use JavaAnnotation
-
Uses of JavaAnnotation in dev.archunitjava.model
Classes in dev.archunitjava.model that implement interfaces with type arguments of type JavaAnnotationModifier and TypeClassDescriptionfinal recordAnnotation type and explicitly encoded values; defaults are kept on annotation methods.Methods in dev.archunitjava.model that return JavaAnnotationModifier and TypeMethodDescriptionJavaAnnotationOccurrence.annotation()Returns the value of theannotationrecord component.JavaAnnotationValue.NestedAnnotationValue.annotation()Returns the value of theannotationrecord component.Methods in dev.archunitjava.model with parameters of type JavaAnnotationConstructors in dev.archunitjava.model with parameters of type JavaAnnotationModifierConstructorDescriptionJavaAnnotationOccurrence(AnnotationVisibility visibility, AnnotationSite site, JavaAnnotation annotation) Creates an instance of aJavaAnnotationOccurrencerecord class.NestedAnnotationValue(JavaAnnotation annotation) Creates an instance of aNestedAnnotationValuerecord class. -
Uses of JavaAnnotation in dev.archunitjava.rules
Methods in dev.archunitjava.rules with parameters of type JavaAnnotationModifier and TypeMethodDescriptionbooleanAnnotationValueCondition.matches(JavaAnnotation annotation)