Skip to content

Commit

Permalink
Added back JavaDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
basiliskus committed Oct 1, 2024
1 parent ed00b4b commit 0661cd3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
import gov.hhs.cdc.trustedintermediary.wrappers.Logger;
import java.util.List;

/**
* Represents a rule that can be run on HealthData objects. Each rule has a name, description,
* message for logging, conditions to determine if the rule should run, and actions to run in case
* the condition is met.
*/
public class Rule<T> {

protected final Logger logger = ApplicationContext.getImplementation(Logger.class);
Expand Down

0 comments on commit 0661cd3

Please sign in to comment.