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

norm.anno.Converter Maven / Gradle / Ivy

package norm.anno;

import norm.convert.TypeConverter;

import java.lang.annotation.*;

@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD,ElementType.METHOD})
public @interface Converter {

    Class> value();

    String init() default "";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy