All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.thorbenkuck.di.domain.WireCapable Maven / Gradle / Ivy

The newest version!
package com.github.thorbenkuck.di.domain;

import org.jetbrains.annotations.NotNull;

public interface WireCapable {

    @NotNull
    Class[] wiredTypes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy