com.structurizr.annotation.Properties Maven / Gradle / Ivy
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