
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