IgnoreEmptyDirectories

Attached to an input property to specify that directories should be ignored when snapshotting inputs. Files within directories and subdirectories will be snapshot, but the directories themselves will be ignored. Empty directories, and directories that contain only empty directories will have no effect on the resulting snapshot.

This annotation should be attached to the getter method in Java or the property in Groovy. Annotations on setters or just the field in Java are ignored.

This annotation can be applied to the following input property types:

Since

6.8

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String