me.snowdrop.istio.api.internal.MixerTemplate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of istio-common Show documentation
Show all versions of istio-common Show documentation
Common classes used by Istio Java API
The newest version!
/**
* Copyright 2018 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Eclipse Public License version 1.0, available at http://www.eclipse.org/legal/epl-v10.html
*/
package me.snowdrop.istio.api.internal;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* @author Christophe Laprun
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE, ElementType.FIELD})
public @interface MixerTemplate {
String compiledTemplate() default "unknown";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy