ContainsMany

@Incubating interface ContainsMany
com.android.build.api.artifact.Artifact.ContainsMany

Denotes a single DIRECTORY that may contain zero to many com.android.build.api.variant.BuiltArtifact.

Artifact types annotated with this marker interface are backed up by a DIRECTORY whose content should be read using the com.android.build.api.variant.BuiltArtifactsLoader.

If producing an artifact type annotated with this marker interface, content should be written using the com.android.build.api.variant.BuiltArtifacts.save methods.

Summary