
io.smallrye.config.WithParentName Maven / Gradle / Ivy
package io.smallrye.config;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import io.smallrye.common.annotation.Experimental;
/**
* Use the parent's configuration name.
*/
@Documented
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Experimental("ConfigMapping API to group configuration properties")
public @interface WithParentName {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy