Uses of Record Class
dev.archunitjava.model.JavaAnnotationElement
Packages that use JavaAnnotationElement
-
Uses of JavaAnnotationElement in dev.archunitjava.model
Classes in dev.archunitjava.model that implement interfaces with type arguments of type JavaAnnotationElementModifier and TypeClassDescriptionfinal recordOne explicitly stored annotation element.Methods in dev.archunitjava.model that return types with arguments of type JavaAnnotationElementModifier and TypeMethodDescriptionJavaAnnotation.elements()Returns the value of theelementsrecord component.Methods in dev.archunitjava.model with parameters of type JavaAnnotationElementModifier and TypeMethodDescriptionintJavaAnnotationElement.compareTo(JavaAnnotationElement other) Constructor parameters in dev.archunitjava.model with type arguments of type JavaAnnotationElementModifierConstructorDescriptionJavaAnnotation(JvmReferenceType type, List<JavaAnnotationElement> elements) Creates an instance of aJavaAnnotationrecord class.