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

shz.spring.yaml.Yaml Maven / Gradle / Ivy

There is a newer version: 2023.2.5
Show newest version
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