Uses of Record Class
dev.archunitjava.importer.ParsedAnnotation
Packages that use ParsedAnnotation
-
Uses of ParsedAnnotation in dev.archunitjava.importer
Classes in dev.archunitjava.importer that implement interfaces with type arguments of type ParsedAnnotationModifier and TypeClassDescriptionfinal recordBackend-neutral annotation descriptor and explicitly stored element values.Methods in dev.archunitjava.importer that return ParsedAnnotationModifier and TypeMethodDescriptionParsedAnnotationOccurrence.annotation()Returns the value of theannotationrecord component.ParsedAnnotationValue.NestedAnnotationValue.annotation()Returns the value of theannotationrecord component.Methods in dev.archunitjava.importer with parameters of type ParsedAnnotationConstructors in dev.archunitjava.importer with parameters of type ParsedAnnotationModifierConstructorDescriptionNestedAnnotationValue(ParsedAnnotation annotation) Creates an instance of aNestedAnnotationValuerecord class.ParsedAnnotationOccurrence(ParsedAnnotationOccurrence.Visibility visibility, ParsedAnnotationOccurrence.Container container, String ownerName, String ownerDescriptor, ParsedAnnotationOccurrence.Site site, OptionalInt parameterIndex, Optional<ParsedAnnotationOccurrence.TypeUseTarget> typeUseTarget, ParsedAnnotation annotation) Creates an instance of aParsedAnnotationOccurrencerecord class.