Skip to content

ArchaiusBootstrapModule constructor problem #342

@huangruoyu

Description

@huangruoyu

I think the 3rd constructor should be:

public ArchaiusBootstrapModule(Class<? extends PropertiesLoader> propertiesLoader) { this.propertiesLoaderClass = propertiesLoader; this.propertiesLoader = null; }

argument type should be Class<? extends PropertiesLoader> propertiesLoader, instead of Class< PropertiesLoader> propertiesLoader. Right now, no subclass of PropertiesLoader can be passed to the constructor.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions