Uses of Record Class
dev.archunitjava.importer.ParsedAnnotationElement
Packages that use ParsedAnnotationElement
-
Uses of ParsedAnnotationElement in dev.archunitjava.importer
Classes in dev.archunitjava.importer that implement interfaces with type arguments of type ParsedAnnotationElementModifier and TypeClassDescriptionfinal recordOne named annotation element value.Methods in dev.archunitjava.importer that return types with arguments of type ParsedAnnotationElementModifier and TypeMethodDescriptionParsedAnnotation.elements()Returns the value of theelementsrecord component.Methods in dev.archunitjava.importer with parameters of type ParsedAnnotationElementModifier and TypeMethodDescriptionintParsedAnnotationElement.compareTo(ParsedAnnotationElement other) Constructor parameters in dev.archunitjava.importer with type arguments of type ParsedAnnotationElementModifierConstructorDescriptionParsedAnnotation(String typeDescriptor, List<ParsedAnnotationElement> elements) Creates an instance of aParsedAnnotationrecord class.