com.dooapp.fxform2.extensions.AutoCompleteAddress Maven / Gradle / Ivy
package com.dooapp.fxform2.extensions;
import java.lang.annotation.*;
/**
* User: Antoine Mischler
* Date: 27/10/2017
* Time: 13:58
*/
@Inherited
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface AutoCompleteAddress {
AddressField value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy