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

de.felixroske.jfxsupport.FXMLView Maven / Gradle / Ivy

package de.felixroske.jfxsupport;

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 {}; 
	String bundle() default "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy