Skip to content

Batch loading of providers #33

@charphi

Description

@charphi

Add the possibility to load a bach of providers.

Example:

public interface HelloService {}

@ServiceProvider
public class Impl1 implements HelloService {}

@ServiceProvider
public class Impl2 implements HelloService {}

public class SomeClass {
  @ServiceProviderList
  public Collection<? extends HelloService> getProviders() { ... }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions