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

pl.fhframework.annotations.XMLPropertyGlobalConverter Maven / Gradle / Ivy

There is a newer version: 4.10.401
Show newest version
package pl.fhframework.annotations;

import java.lang.annotation.*;

/**
 * Marks an auto-discovered, globally used component's XML attribute type converter.
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.TYPE })
public @interface XMLPropertyGlobalConverter {

    Class value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy