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

com.kapeta.spring.annotation.KapetaEnableCloudBucket Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
/*
 * Copyright 2023 Kapeta Inc.
 * SPDX-License-Identifier: MIT
 */

package com.kapeta.spring.annotation;

import java.lang.annotation.*;

/**
 * Annotation to enable Kapeta Cloud Bucket configuration in a Spring application.
 * Classes annotated with {@code KapetaEnableCloudBucket} will trigger the necessary configurations
 * for interacting with a MinIO server and creating a cloud bucket.
 */
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
public @interface KapetaEnableCloudBucket {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy