shz.spring.yaml.Yaml Maven / Gradle / Ivy
package shz.spring.yaml;
import java.lang.annotation.*;
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
public @interface Yaml {
String value();
String key() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy