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

org.datafx.controller.injection.provider.ContextProvider Maven / Gradle / Ivy

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

import org.datafx.controller.context.AbstractContext;
import org.datafx.controller.context.ViewContext;

import java.lang.annotation.Annotation;

public interface ContextProvider {

    Class supportedAnnotation();

    U getContext(ViewContext viewContext);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy