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

me.snowdrop.istio.api.internal.IstioKind Maven / Gradle / Ivy

There is a newer version: 1.7.7.1
Show 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) public @interface IstioKind { String name(); String plural(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy