Skip to content

Commit

Permalink
Updated imports and JavaDoc comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
swesteme committed Oct 4, 2021
1 parent 4b8a5db commit 53c01ac
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@

import de.westemeyer.version.model.Artifact;

import java.util.Set;

/**
* An artifact consumer is a lambda (or object) which can be used when iterating list of artifacts to search for a
* specific artifact.
*/
@FunctionalInterface
public interface ArtifactConsumer {
/**
* Inspect the artifact content and use it (e.g. to put it in a {@link Set <Artifact>}) or return true when an artifact
* Inspect the artifact content and use it (e.g. to put it in a {@link java.util.Set}) or return true when an artifact
* has been identified to get it returned immediately.
*
* @param artifact the artifact from service artifacts to be inspected by handler
Expand Down

0 comments on commit 53c01ac

Please sign in to comment.