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

io.ap4k.kubernetes.generator.DefaultKubernetesApplicationGenerator Maven / Gradle / Ivy

There is a newer version: 0.5.0
Show newest version
package io.ap4k.kubernetes.generator;

import io.ap4k.kubernetes.annotation.KubernetesApplication;

import java.util.Collections;
import java.util.List;

public class DefaultKubernetesApplicationGenerator implements KubernetesApplicationGenerator {

    @Override
    public List getSupportedAnnotations() {
        return Collections.singletonList(KubernetesApplication.class);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy