com.github.peterbecker.configuration.v1.Configuration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of configuration-api Show documentation
Show all versions of configuration-api Show documentation
Annotation and generic interfaces for configuration.
The newest version!
package com.github.peterbecker.configuration.v1;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* A tagging annotation for configuration interfaces.
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface Configuration {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy