Skip to content

A Java Bean Validation (JSR 303) plugin that adds the support for the JavaFX property API

License

Notifications You must be signed in to change notification settings

guigarage/ValidateFX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ValidateFX

A Java Bean Validation (JSR 303) plugin that adds the support for the JavaFX property API

By adding this class a plugin for the JSR 303 will be added that allows the validation of JavaFX Properties:

public class MyModel {

    @NotNull
    private StringProperty name;

}

About

A Java Bean Validation (JSR 303) plugin that adds the support for the JavaFX property API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages