Skip to content

Provider method workaround for classpath #12

Open
@charphi

Description

@charphi

In Java 9+, a provider method is a public static no-arg method called provider where the return type is the service type.

Since this feature is not available on Java 8, a possible workaround would be to generate a delegate wrapper around this method.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions