-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Having a service ...
@ServiceDefinition(quantifier = Quantifier.MULTIPLE, batch = true)
interface Rule { ... }..., the following code ...
@ServiceProvider
enum GuidingPrinciples implements Rule { ... }... would generate
@ServiceProvider
public final class GuidingPrinciplesRuleBatch implements RuleBatch {
@Override
public Stream<Rule> getProviders() {
return Stream.of(GuidingPrinciples.values());
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request