Skip to content

Commit

Permalink
chore(policy-api): [eclipse-tractusx#734] javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed Jul 11, 2024
1 parent 0f78d25 commit c48111b
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,12 @@

Class<? extends Payload>[] payload() default { };

/**
* Whether to allow "default" as a valid value
* (This is used in {@link org.eclipse.tractusx.irs.policystore.controllers.PolicyStoreController}
* for filtering default policies).
*
* @return the value of the flag
*/
boolean allowDefault() default false;
}

0 comments on commit c48111b

Please sign in to comment.