org.datafx.controller.injection.provider.ContextProvider Maven / Gradle / Ivy
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