Uses of Record Class
dev.archunitjava.model.JavaAnnotationOccurrence
Packages that use JavaAnnotationOccurrence
-
Uses of JavaAnnotationOccurrence in dev.archunitjava.model
Classes in dev.archunitjava.model that implement interfaces with type arguments of type JavaAnnotationOccurrenceModifier and TypeClassDescriptionfinal recordOne annotation and its exact visibility and class-file site.Methods in dev.archunitjava.model that return types with arguments of type JavaAnnotationOccurrenceModifier and TypeMethodDescriptionJavaMember.annotations()JavaPackage.annotations()Returns the value of theannotationsrecord component.JavaRecordComponent.annotations()Returns the value of theannotationsrecord component.JavaType.annotations()Methods in dev.archunitjava.model with parameters of type JavaAnnotationOccurrenceModifier and TypeMethodDescriptionintJavaAnnotationOccurrence.compareTo(JavaAnnotationOccurrence other) Constructor parameters in dev.archunitjava.model with type arguments of type JavaAnnotationOccurrenceModifierConstructorDescriptionJavaRecordComponent(JavaTypeName owner, String name, String descriptor, GenericFieldView typeView, List<JavaAnnotationOccurrence> annotations, DeclarationLocation location) Creates an instance of aJavaRecordComponentrecord class.