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

com.icthh.xm.commons.lep.api.LepAdditionalContextField Maven / Gradle / Ivy

The newest version!
package com.icthh.xm.commons.lep.api;

public interface LepAdditionalContextField {

    default Object get(String fieldName) {
        return null; // implementation in BaseLepContext
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy