All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.structurizr.annotation.UsedByPeople Maven / Gradle / Ivy

There is a newer version: 1.3.5
Show newest version
package com.structurizr.annotation;

import java.lang.annotation.*;

/**
 * A wrapper for multiple @UsedByPerson annotations.
 */
@Documented
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface UsedByPeople {

    UsedByPerson[] value();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy