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

io.inversion.context.Namer Maven / Gradle / Ivy

There is a newer version: 1.0.0.beta2
Show newest version
package io.inversion.context;

public interface Namer {
    default String name(Context context, Object object){return null;}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy