Package com.tngtech.archunit.junit
Annotation Interface ArchTags
@Internal
@Inherited
@Documented
@Retention(RUNTIME)
@Target({TYPE,METHOD,FIELD})
public @interface ArchTags
Simply a container for
ArchTag. Should never be used directly, but instead
ArchTag should be used in a repeatable manner, e.g.
@ArchTag("foo")
@ArchTag("bar")
static ArchRule example = classes()...
-
Required Element Summary
Required Elements
-
Element Details
-
value
ArchTag[] value
-