- UsedByContainer - Annotation Type in com.structurizr.annotation
-
A type-level annotation that can be used to signify that the named
container uses the component on which this annotation is placed,
creating a relationship from the container to the component.
- UsedByContainers - Annotation Type in com.structurizr.annotation
-
A wrapper for multiple @UsedByContainer annotations.
- UsedByPeople - Annotation Type in com.structurizr.annotation
-
A wrapper for multiple @UsedByPerson annotations.
- UsedByPerson - Annotation Type in com.structurizr.annotation
-
A type-level annotation that can be used to signify that the named
person uses the component on which this annotation is placed,
creating a relationship from the person to the component.
- UsedBySoftwareSystem - Annotation Type in com.structurizr.annotation
-
A type-level annotation that can be used to signify that the named
software system uses the component on which this annotation is placed,
creating a relationship from the software system to the component.
- UsedBySoftwareSystems - Annotation Type in com.structurizr.annotation
-
A wrapper for multiple @UsedBySoftwareSystem annotations.
- UsesComponent - Annotation Type in com.structurizr.annotation
-
A field-level annotation that can be used to supplement the existing relationship
(i.e.
- UsesContainer - Annotation Type in com.structurizr.annotation
-
A type-level annotation that can be used to signify that the component
on which this annotation is placed has a relationship to the named container,
creating a relationship from the component to the container.
- UsesContainers - Annotation Type in com.structurizr.annotation
-
A wrapper for multiple @UsesContainer annotations.
- UsesSoftwareSystem - Annotation Type in com.structurizr.annotation
-
A type-level annotation that can be used to signify that the component
on which this annotation is placed has a relationship to the named software system,
creating a relationship from the component to the software system.
- UsesSoftwareSystems - Annotation Type in com.structurizr.annotation
-
A wrapper for multiple @UsesSoftwareSystem annotations.