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

com.github.linushp.commons.annotation.TextBean Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package com.github.linushp.commons.annotation;

import java.lang.annotation.*;

@Target({ElementType.TYPE, ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface TextBean {
    TextBeanTypeEnum textType() default TextBeanTypeEnum.JSON;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy