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

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

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

import java.lang.annotation.*;

/**
 * A wrapper for @Property annotations.
 */
@Documented
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface Properties {

    Property[] value();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy