com.manywho.sdk.services.annotations.ConfigurationValues Maven / Gradle / Ivy
package com.manywho.sdk.services.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD})
public @interface ConfigurationValues {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy