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

de.felixroske.jfx.support.FXMLView Maven / Gradle / Ivy

package de.felixroske.jfx.support;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

import org.springframework.stereotype.Component;

@Component
@Retention(RetentionPolicy.RUNTIME)
public @interface FXMLView {
	String value() default "";
	String[] css() default {}; 
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy