de.felixroske.jfxsupport.FXMLController 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 FXMLController {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy