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

com.moon.core.util.MapField Maven / Gradle / Ivy

package com.moon.core.util;

import java.lang.annotation.*;

/**
 * @author moonsky
 */
@Deprecated
@Repeatable(MapField.List.class)
@Target({ElementType.FIELD, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@interface MapField {

    // String from

    @Target({ElementType.FIELD, ElementType.METHOD})
    @Retention(RetentionPolicy.RUNTIME)
    @interface List {

        MapField[] value() default {};
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy