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

org.datafx.controller.injection.DependendContext Maven / Gradle / Ivy

There is a newer version: 8.0b5
Show newest version
package org.datafx.controller.injection;

import org.datafx.controller.context.AbstractContext;

public class DependendContext extends AbstractContext {

    public Object getRegisteredObject(String key) {
        return null;
    }

    public void register(String key, Object value) {

    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy