Uses of Enum Class
dev.archunitjava.importer.ParsedAnnotationOccurrence.Site
Packages that use ParsedAnnotationOccurrence.Site
-
Uses of ParsedAnnotationOccurrence.Site in dev.archunitjava.importer
Subclasses with type arguments of type ParsedAnnotationOccurrence.Site in dev.archunitjava.importerMethods in dev.archunitjava.importer that return ParsedAnnotationOccurrence.SiteModifier and TypeMethodDescriptionParsedAnnotationOccurrence.site()Returns the value of thesiterecord component.Returns the enum constant of this class with the specified name.static ParsedAnnotationOccurrence.Site[]ParsedAnnotationOccurrence.Site.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.importer with parameters of type ParsedAnnotationOccurrence.SiteModifierConstructorDescriptionParsedAnnotationOccurrence(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.