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

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

There is a newer version: 2.1.6
Show newest version
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 {}; 
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy